Searched refs:is_super (Results 1 – 3 of 3) sorted by relevance
573 bool is_range, bool is_super)
2223 bool is_super = (inst->Opcode() == Instruction::INVOKE_SUPER || in CodeFlowVerifyInstruction() local2226 is_super); in CodeFlowVerifyInstruction()3295 bool is_super) { in VerifyInvocationArgs() argument3311 if (is_super) { in VerifyInvocationArgs()
5201 const bool is_super = i < super_ifcount; in LinkInterfaceMethods() local5202 const bool super_interface = is_super && extend_super_iftable; in LinkInterfaceMethods()