Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc6291 const bool is_super = i < super_ifcount; in AllocateIfTableMethodArrays() local
6294 const bool super_interface = is_super && extend_super_iftable; in AllocateIfTableMethodArrays()
7395 const bool is_super = i < super_ifcount; in LinkInterfaceMethods() local
7396 const bool super_interface = is_super && extend_super_iftable; in LinkInterfaceMethods()
/art/runtime/verifier/
Dmethod_verifier.cc2896 bool is_super = (inst->Opcode() == Instruction::INVOKE_SUPER || in CodeFlowVerifyInstruction() local
2898 MethodType type = is_super ? METHOD_SUPER : METHOD_VIRTUAL; in CodeFlowVerifyInstruction()