Searched refs:INVOKE_SUPER_RANGE (Results 1 – 15 of 15) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 137 INVOKE_SUPER_RANGE, enumConstant
|
D | Instruction.java | 439 addOpcodeInfo(Opcode.INVOKE_SUPER_RANGE, "invoke-super/range", 0x75, new Format3rc()); in addOpcodeInfo() argument
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 255 Instruction::INVOKE_SUPER_RANGE, 417 Instruction::INVOKE_SUPER_RANGE,
|
D | mir_to_lir.cc | 936 case Instruction::INVOKE_SUPER_RANGE: in CompileDalvikInstruction()
|
D | ralloc_util.cc | 1195 case Instruction::INVOKE_SUPER_RANGE: in AnalyzeMIR()
|
/art/runtime/ |
D | dex_instruction.cc | 385 case INVOKE_SUPER_RANGE: in DumpString()
|
D | dex_instruction_list.h | 138 …V(0x75, INVOKE_SUPER_RANGE, "invoke-super/range", k3rc, false, kMethodRef, kContinue | kThrow | kI…
|
/art/compiler/optimizing/ |
D | builder.cc | 595 case Instruction::INVOKE_SUPER_RANGE: in BuildInvoke() 1476 case Instruction::INVOKE_SUPER_RANGE: in AnalyzeDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2399 case Instruction::INVOKE_SUPER_RANGE: { in CodeFlowVerifyInstruction() 2401 inst->Opcode() == Instruction::INVOKE_SUPER_RANGE); in CodeFlowVerifyInstruction() 2403 inst->Opcode() == Instruction::INVOKE_SUPER_RANGE); in CodeFlowVerifyInstruction()
|
/art/compiler/dex/ |
D | type_inference.cc | 828 case Instruction::INVOKE_SUPER_RANGE: in InitializeSRegs()
|
D | gvn_dead_code_elimination.cc | 1128 case Instruction::INVOKE_SUPER_RANGE: in RecordMIR()
|
D | local_value_numbering.cc | 1591 case Instruction::INVOKE_SUPER_RANGE: in GetValueNumber()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 860 case Instruction::INVOKE_SUPER_RANGE: in artQuickResolutionTrampoline()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1540 HANDLE_INSTRUCTION_START(INVOKE_SUPER_RANGE) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1381 case Instruction::INVOKE_SUPER_RANGE: { in ExecuteSwitchImpl()
|