Searched refs:LoadMethod (Results 1 – 2 of 2) sorted by relevance
967 void LoadMethod(const DexFile& dex_file,
3913 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