Home
last modified time | relevance | path

Searched refs:INVOKE_SUPER_RANGE (Results 1 – 15 of 15) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java137 INVOKE_SUPER_RANGE, enumConstant
DInstruction.java439 addOpcodeInfo(Opcode.INVOKE_SUPER_RANGE, "invoke-super/range", 0x75, new Format3rc()); in addOpcodeInfo() argument
/art/compiler/dex/quick/
Dquick_compiler.cc255 Instruction::INVOKE_SUPER_RANGE,
417 Instruction::INVOKE_SUPER_RANGE,
Dmir_to_lir.cc936 case Instruction::INVOKE_SUPER_RANGE: in CompileDalvikInstruction()
Dralloc_util.cc1195 case Instruction::INVOKE_SUPER_RANGE: in AnalyzeMIR()
/art/runtime/
Ddex_instruction.cc385 case INVOKE_SUPER_RANGE: in DumpString()
Ddex_instruction_list.h138 …V(0x75, INVOKE_SUPER_RANGE, "invoke-super/range", k3rc, false, kMethodRef, kContinue | kThrow | kI…
/art/compiler/optimizing/
Dbuilder.cc595 case Instruction::INVOKE_SUPER_RANGE: in BuildInvoke()
1476 case Instruction::INVOKE_SUPER_RANGE: in AnalyzeDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2399 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/
Dtype_inference.cc828 case Instruction::INVOKE_SUPER_RANGE: in InitializeSRegs()
Dgvn_dead_code_elimination.cc1128 case Instruction::INVOKE_SUPER_RANGE: in RecordMIR()
Dlocal_value_numbering.cc1591 case Instruction::INVOKE_SUPER_RANGE: in GetValueNumber()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc860 case Instruction::INVOKE_SUPER_RANGE: in artQuickResolutionTrampoline()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1540 HANDLE_INSTRUCTION_START(INVOKE_SUPER_RANGE) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1381 case Instruction::INVOKE_SUPER_RANGE: { in ExecuteSwitchImpl()