Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofiling_info.cc42 case Instruction::INVOKE_VIRTUAL_RANGE: in Create()
/art/compiler/dex/
Dverified_method.cc142 inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE; in GenerateDevirtMap()
152 const bool is_range = inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE || in GenerateDevirtMap()
Ddex_to_dex_compiler.cc190 case Instruction::INVOKE_VIRTUAL_RANGE: in Compile()
/art/runtime/
Ddex_instruction_utils.h143 return opcode >= Instruction::INVOKE_VIRTUAL_RANGE; in IsInvokeInstructionRange()
151 ? (opcode - Instruction::INVOKE_VIRTUAL_RANGE) in InvokeInstructionType()
Ddex_instruction.cc439 case INVOKE_VIRTUAL_RANGE: in DumpString()
Dcommon_throws.cc420 case Instruction::INVOKE_VIRTUAL_RANGE: in ThrowNullPointerExceptionFromDexPC()
Ddex_instruction_list.h137 …V(0x74, INVOKE_VIRTUAL_RANGE, "invoke-virtual/range", k3rc, false, kIndexMethodRef, kContinue | kT…
/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/optimizing/
Dinstruction_builder.cc653 case Instruction::INVOKE_VIRTUAL_RANGE: in GetInvokeTypeFromOpCode()
1869 case Instruction::INVOKE_VIRTUAL_RANGE: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc965 case Instruction::INVOKE_VIRTUAL_RANGE: in ComputeWidthsAndCountOps()
2831 case Instruction::INVOKE_VIRTUAL_RANGE: in CodeFlowVerifyInstruction()
2834 bool is_range = (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE || in CodeFlowVerifyInstruction()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc983 case Instruction::INVOKE_VIRTUAL_RANGE: in artQuickResolutionTrampoline()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1583 HANDLE_INSTRUCTION_START(INVOKE_VIRTUAL_RANGE) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1482 case Instruction::INVOKE_VIRTUAL_RANGE: { in ExecuteSwitchImpl()