Searched refs:is_super (Results 1 – 2 of 2) sorted by relevance
2953 bool is_super = (inst->Opcode() == Instruction::INVOKE_SUPER || in CodeFlowVerifyInstruction() local2955 MethodType type = is_super ? METHOD_SUPER : METHOD_VIRTUAL; in CodeFlowVerifyInstruction()
6972 const bool is_super = i < super_ifcount; in AllocateIfTableMethodArrays() local6975 const bool super_interface = is_super && extend_super_iftable; in AllocateIfTableMethodArrays()8224 const bool is_super = i < super_ifcount; in LinkInterfaceMethods() local8225 const bool super_interface = is_super && extend_super_iftable; in LinkInterfaceMethods()