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

/art/runtime/
H A Dclass_linker.cc2802 Handle<mirror::ArtMethod> method(hs.NewHandle(LoadMethod(self, dex_file, it, klass)));
2822 Handle<mirror::ArtMethod> method(hs.NewHandle(LoadMethod(self, dex_file, it, klass)));
2843 mirror::ArtMethod* ClassLinker::LoadMethod(Thread* self, const DexFile& dex_file, function in class:art::ClassLinker
2857 const char* old_cause = self->StartAssertNoThreadSuspension("LoadMethod");

Completed in 17 milliseconds