Home
last modified time | relevance | path

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

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