Home
last modified time | relevance | path

Searched refs:INVOKE_STATIC_RANGE (Results 1 – 9 of 9) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java139 INVOKE_STATIC_RANGE, enumConstant
DInstruction.java441 addOpcodeInfo(Opcode.INVOKE_STATIC_RANGE, "invoke-static/range", 0x77, new Format3rc()); in addOpcodeInfo() argument
/art/runtime/
Ddex_instruction_utils.h77 return opcode == Instruction::INVOKE_STATIC || opcode == Instruction::INVOKE_STATIC_RANGE; in IsInstructionInvokeStatic()
Ddex_instruction.cc438 case INVOKE_STATIC_RANGE: in DumpString()
Ddex_instruction_list.h141 …V(0x77, INVOKE_STATIC_RANGE, "invoke-static/range", k3rc, kIndexMethodRef, kContinue | kThrow | kI…
/art/compiler/optimizing/
Dinstruction_builder.cc658 case Instruction::INVOKE_STATIC_RANGE: in GetInvokeTypeFromOpCode()
1940 case Instruction::INVOKE_STATIC_RANGE: in ProcessDexInstruction()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1034 case Instruction::INVOKE_STATIC_RANGE: in artQuickResolutionTrampoline()
/art/runtime/verifier/
Dmethod_verifier.cc3008 case Instruction::INVOKE_STATIC_RANGE: { in CodeFlowVerifyInstruction()
3009 bool is_range = (inst->Opcode() == Instruction::INVOKE_STATIC_RANGE); in CodeFlowVerifyInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1516 case Instruction::INVOKE_STATIC_RANGE: { in ExecuteSwitchImpl()