summaryrefslogtreecommitdiff
path: root/runtime/class_linker.h
diff options
context:
space:
mode:
author Hiroshi Yamauchi <yamauchi@google.com> 2016-06-13 23:11:33 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2016-06-13 23:11:33 +0000
commitece5386eeb30aa6be663af2416b68a7ebf9bd42e (patch)
tree6a951fc8c1a2358591327d107828d7d48ee47ea4 /runtime/class_linker.h
parent614968198625a6693666bdc1e5609e2f663f5638 (diff)
parent7a62e6728463237684d3d9834d81bd7bba7ab197 (diff)
Merge "Propagate the read barrier option to Class::VisitNativeRoots."
Diffstat (limited to 'runtime/class_linker.h')
-rw-r--r--runtime/class_linker.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/class_linker.h b/runtime/class_linker.h
index cd1ca7f15a..ca5af19976 100644
--- a/runtime/class_linker.h
+++ b/runtime/class_linker.h
@@ -483,6 +483,7 @@ class ClassLinker {
SHARED_REQUIRES(Locks::mutator_lock_);
std::string GetDescriptorForProxy(mirror::Class* proxy_class)
SHARED_REQUIRES(Locks::mutator_lock_);
+ template<ReadBarrierOption kReadBarrierOption = kWithReadBarrier>
ArtMethod* FindMethodForProxy(mirror::Class* proxy_class, ArtMethod* proxy_method)
REQUIRES(!dex_lock_)
SHARED_REQUIRES(Locks::mutator_lock_);