summaryrefslogtreecommitdiff
path: root/runtime/class_linker.h
diff options
context:
space:
mode:
author Mathieu Chartier <mathieuc@google.com> 2016-09-14 16:55:56 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2016-09-14 16:55:56 +0000
commit26ead4975e1752e8ae2f5ed6fda73876c4f9ff59 (patch)
tree2ce1b047f54bfb4287483de8eaf79cd12f6058b6 /runtime/class_linker.h
parent79f6d706185714dccf80aca20d9f3261337473ae (diff)
parent268764da8022cafa5661c5b514eaa343c5257e57 (diff)
Merge "Make ScopedAssertNoThreadSuspension no overhead for non-debug"
Diffstat (limited to 'runtime/class_linker.h')
-rw-r--r--runtime/class_linker.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/class_linker.h b/runtime/class_linker.h
index 5e4ae03782..0a46e2ebed 100644
--- a/runtime/class_linker.h
+++ b/runtime/class_linker.h
@@ -769,8 +769,7 @@ class ClassLinker {
void LoadField(const ClassDataItemIterator& it, Handle<mirror::Class> klass, ArtField* dst)
REQUIRES_SHARED(Locks::mutator_lock_);
- void LoadMethod(Thread* self,
- const DexFile& dex_file,
+ void LoadMethod(const DexFile& dex_file,
const ClassDataItemIterator& it,
Handle<mirror::Class> klass, ArtMethod* dst)
REQUIRES_SHARED(Locks::mutator_lock_);