Searched refs:INVOKE_STATIC_RANGE (Results 1 – 18 of 18) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 139 INVOKE_STATIC_RANGE, enumConstant
|
D | Instruction.java | 441 addOpcodeInfo(Opcode.INVOKE_STATIC_RANGE, "invoke-static/range", 0x77, new Format3rc()); in addOpcodeInfo() argument
|
/art/runtime/ |
D | dex_instruction_utils.h | 67 return opcode == Instruction::INVOKE_STATIC || opcode == Instruction::INVOKE_STATIC_RANGE; in IsInstructionInvokeStatic()
|
D | dex_instruction.cc | 387 case INVOKE_STATIC_RANGE: in DumpString()
|
D | dex_instruction_list.h | 140 …V(0x77, INVOKE_STATIC_RANGE, "invoke-static/range", k3rc, false, kMethodRef, kContinue | kThrow | …
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 257 Instruction::INVOKE_STATIC_RANGE, 419 Instruction::INVOKE_STATIC_RANGE,
|
D | mir_to_lir.cc | 909 case Instruction::INVOKE_STATIC_RANGE: in CompileDalvikInstruction()
|
D | ralloc_util.cc | 1197 case Instruction::INVOKE_STATIC_RANGE: in AnalyzeMIR()
|
/art/compiler/optimizing/ |
D | builder.cc | 580 case Instruction::INVOKE_STATIC_RANGE: in BuildInvoke() 1475 case Instruction::INVOKE_STATIC_RANGE: in AnalyzeDexInstruction()
|
/art/compiler/dex/quick/x86/ |
D | utility_x86.cc | 1009 case Instruction::INVOKE_STATIC_RANGE: in AnalyzeMIR()
|
/art/compiler/dex/ |
D | type_inference.cc | 830 case Instruction::INVOKE_STATIC_RANGE: in InitializeSRegs()
|
D | gvn_dead_code_elimination.cc | 1132 case Instruction::INVOKE_STATIC_RANGE: in RecordMIR()
|
D | mir_optimization.cc | 1690 mir->dalvikInsn.opcode = Instruction::INVOKE_STATIC_RANGE; in StringChange()
|
D | local_value_numbering.cc | 1600 case Instruction::INVOKE_STATIC_RANGE: in GetValueNumber()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 852 case Instruction::INVOKE_STATIC_RANGE: in artQuickResolutionTrampoline()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2517 case Instruction::INVOKE_STATIC_RANGE: { in CodeFlowVerifyInstruction() 2518 bool is_range = (inst->Opcode() == Instruction::INVOKE_STATIC_RANGE); in CodeFlowVerifyInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1588 HANDLE_INSTRUCTION_START(INVOKE_STATIC_RANGE) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1423 case Instruction::INVOKE_STATIC_RANGE: { in ExecuteSwitchImpl()
|