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