Searched refs:INVOKE_STATIC_RANGE (Results 1 – 9 of 9) sorted by relevance
139 INVOKE_STATIC_RANGE, enumConstant
441 addOpcodeInfo(Opcode.INVOKE_STATIC_RANGE, "invoke-static/range", 0x77, new Format3rc()); in addOpcodeInfo() argument
77 return opcode == Instruction::INVOKE_STATIC || opcode == Instruction::INVOKE_STATIC_RANGE; in IsInstructionInvokeStatic()
438 case INVOKE_STATIC_RANGE: in DumpString()
141 …V(0x77, INVOKE_STATIC_RANGE, "invoke-static/range", k3rc, kIndexMethodRef, kContinue | kThrow | kI…
658 case Instruction::INVOKE_STATIC_RANGE: in GetInvokeTypeFromOpCode()1940 case Instruction::INVOKE_STATIC_RANGE: in ProcessDexInstruction()
1034 case Instruction::INVOKE_STATIC_RANGE: in artQuickResolutionTrampoline()
3008 case Instruction::INVOKE_STATIC_RANGE: { in CodeFlowVerifyInstruction()3009 bool is_range = (inst->Opcode() == Instruction::INVOKE_STATIC_RANGE); in CodeFlowVerifyInstruction()
1516 case Instruction::INVOKE_STATIC_RANGE: { in ExecuteSwitchImpl()