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

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

Completed in 37 milliseconds