Searched refs:LoadMethod (Results 1 – 2 of 2) sorted by relevance
874 void LoadMethod(const DexFile& dex_file,
3676 LoadMethod(dex_file, method, klass, art_method); in LoadClass()3692 LoadMethod(dex_file, method, klass, art_method); in LoadClass()3732 void ClassLinker::LoadMethod(const DexFile& dex_file, in LoadMethod() function in art::ClassLinker