Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.h967 void LoadMethod(const DexFile& dex_file,
Dclass_linker.cc3913 LoadMethod(dex_file, method, klass, art_method); in LoadClass()
3929 LoadMethod(dex_file, method, klass, art_method); in LoadClass()
3969 void ClassLinker::LoadMethod(const DexFile& dex_file, in LoadMethod() function in art::ClassLinker