Home
last modified time | relevance | path

Searched refs:INVOKE_VIRTUAL_RANGE (Results 1 – 23 of 23) sorted by relevance

/art/runtime/
Ddex_instruction_utils.h133 return opcode >= Instruction::INVOKE_VIRTUAL_RANGE; in IsInvokeInstructionRange()
141 ? (opcode - Instruction::INVOKE_VIRTUAL_RANGE) in InvokeInstructionType()
Ddex_instruction.cc384 case INVOKE_VIRTUAL_RANGE: in DumpString()
Dcommon_throws.cc378 case Instruction::INVOKE_VIRTUAL_RANGE: in ThrowNullPointerExceptionFromDexPC()
Ddex_instruction_list.h137 …V(0x74, INVOKE_VIRTUAL_RANGE, "invoke-virtual/range", k3rc, false, kMethodRef, kContinue | kThrow …
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DNonsenseStringPrinter.java135 invokeInsn.insn.info = Instruction.getOpcodeInfo(Opcode.INVOKE_VIRTUAL_RANGE); in applyMutation()
DValuePrinter.java173 invokeInsn.insn.info = Instruction.getOpcodeInfo(Opcode.INVOKE_VIRTUAL_RANGE); in applyMutation()
DRandomInstructionGenerator.java137 Opcode.INVOKE_VIRTUAL_RANGE, Opcode.INVOKE_INTERFACE_RANGE) in generateMutation()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java136 INVOKE_VIRTUAL_RANGE, enumConstant
DCodeItem.java192 Opcode.INVOKE_VIRTUAL_RANGE, Opcode.INVOKE_INTERFACE_RANGE)) { in incrementIndex()
DInstruction.java438 addOpcodeInfo(Opcode.INVOKE_VIRTUAL_RANGE, "invoke-virtual/range", 0x74, new Format3rc()); in addOpcodeInfo() argument
/art/compiler/dex/
Dverified_method.cc260 inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE; in GenerateDevirtMap()
270 const bool is_range = inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE || in GenerateDevirtMap()
Ddex_to_dex_compiler.cc171 case Instruction::INVOKE_VIRTUAL_RANGE: in Compile()
Dlocal_value_numbering.cc45 static constexpr uint16_t kMergeBlockMemoryVersionBumpOp = Instruction::INVOKE_VIRTUAL_RANGE;
1589 case Instruction::INVOKE_VIRTUAL_RANGE: in GetValueNumber()
Dtype_inference.cc827 case Instruction::INVOKE_VIRTUAL_RANGE: in InitializeSRegs()
Dgvn_dead_code_elimination.cc1126 case Instruction::INVOKE_VIRTUAL_RANGE: in RecordMIR()
/art/compiler/dex/quick/
Dquick_compiler.cc254 Instruction::INVOKE_VIRTUAL_RANGE,
416 Instruction::INVOKE_VIRTUAL_RANGE,
Dmir_to_lir.cc929 case Instruction::INVOKE_VIRTUAL_RANGE: in CompileDalvikInstruction()
Dralloc_util.cc1194 case Instruction::INVOKE_VIRTUAL_RANGE: in AnalyzeMIR()
/art/compiler/optimizing/
Dbuilder.cc588 case Instruction::INVOKE_VIRTUAL_RANGE: in BuildInvoke()
1477 case Instruction::INVOKE_VIRTUAL_RANGE: { in AnalyzeDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc678 case Instruction::INVOKE_VIRTUAL_RANGE: in ComputeWidthsAndCountOps()
2397 case Instruction::INVOKE_VIRTUAL_RANGE: in CodeFlowVerifyInstruction()
2400 bool is_range = (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE || in CodeFlowVerifyInstruction()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc868 case Instruction::INVOKE_VIRTUAL_RANGE: in artQuickResolutionTrampoline()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1524 HANDLE_INSTRUCTION_START(INVOKE_VIRTUAL_RANGE) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1367 case Instruction::INVOKE_VIRTUAL_RANGE: { in ExecuteSwitchImpl()