Searched defs:LoadMethod (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dclass_linker.cc1811 SirtRef<mirror::ArtMethod> method(self, LoadMethod(self, dex_file, it, klass));
1824 SirtRef<mirror::ArtMethod> method(self, LoadMethod(self, dex_file, it, klass));
1847 mirror::ArtMethod* ClassLinker::LoadMethod(Thread* self, const DexFile& dex_file, function in class:art::ClassLinker
1861 const char* old_cause = self->StartAssertNoThreadSuspension("LoadMethod");

Completed in 14 milliseconds