Searched refs:LoadSuperAndInterfaces (Results 1 – 2 of 2) sorted by relevance
1134 bool LoadSuperAndInterfaces(Handle<mirror::Class> klass, const DexFile& dex_file)
3201 if (!LoadSuperAndInterfaces(klass, *new_dex_file)) { in DefineClass()6101 bool ClassLinker::LoadSuperAndInterfaces(Handle<mirror::Class> klass, const DexFile& dex_file) { in LoadSuperAndInterfaces() function in art::ClassLinker