Searched refs:LoadMethod (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | class_linker.h | 493 mirror::ArtMethod* LoadMethod(Thread* self, const DexFile& dex_file,
|
D | class_linker.cc | 2839 Handle<mirror::ArtMethod> method(hs.NewHandle(LoadMethod(self, dex_file, it, klass))); in LoadClassMembers() 2859 Handle<mirror::ArtMethod> method(hs.NewHandle(LoadMethod(self, dex_file, it, klass))); in LoadClassMembers() 2880 mirror::ArtMethod* ClassLinker::LoadMethod(Thread* self, const DexFile& dex_file, in LoadMethod() function in art::ClassLinker
|