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

/art/runtime/
H A Dclass_linker.h493 mirror::ArtMethod* LoadMethod(Thread* self, const DexFile& dex_file,
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 54 milliseconds