Searched refs:INVOKE_VIRTUAL_RANGE (Results 1 – 18 of 18) sorted by relevance
/art/runtime/jit/ |
D | profiling_info.cc | 42 case Instruction::INVOKE_VIRTUAL_RANGE: in Create()
|
/art/compiler/dex/ |
D | verified_method.cc | 142 inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE; in GenerateDevirtMap() 152 const bool is_range = inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE || in GenerateDevirtMap()
|
D | dex_to_dex_compiler.cc | 190 case Instruction::INVOKE_VIRTUAL_RANGE: in Compile()
|
/art/runtime/ |
D | dex_instruction_utils.h | 143 return opcode >= Instruction::INVOKE_VIRTUAL_RANGE; in IsInvokeInstructionRange() 151 ? (opcode - Instruction::INVOKE_VIRTUAL_RANGE) in InvokeInstructionType()
|
D | dex_instruction.cc | 439 case INVOKE_VIRTUAL_RANGE: in DumpString()
|
D | common_throws.cc | 420 case Instruction::INVOKE_VIRTUAL_RANGE: in ThrowNullPointerExceptionFromDexPC()
|
D | dex_instruction_list.h | 137 …V(0x74, INVOKE_VIRTUAL_RANGE, "invoke-virtual/range", k3rc, false, kIndexMethodRef, kContinue | kT…
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | NonsenseStringPrinter.java | 135 invokeInsn.insn.info = Instruction.getOpcodeInfo(Opcode.INVOKE_VIRTUAL_RANGE); in applyMutation()
|
D | ValuePrinter.java | 173 invokeInsn.insn.info = Instruction.getOpcodeInfo(Opcode.INVOKE_VIRTUAL_RANGE); in applyMutation()
|
D | RandomInstructionGenerator.java | 137 Opcode.INVOKE_VIRTUAL_RANGE, Opcode.INVOKE_INTERFACE_RANGE) in generateMutation()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 136 INVOKE_VIRTUAL_RANGE, enumConstant
|
D | CodeItem.java | 192 Opcode.INVOKE_VIRTUAL_RANGE, Opcode.INVOKE_INTERFACE_RANGE)) { in incrementIndex()
|
D | Instruction.java | 438 addOpcodeInfo(Opcode.INVOKE_VIRTUAL_RANGE, "invoke-virtual/range", 0x74, new Format3rc()); in addOpcodeInfo() argument
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 653 case Instruction::INVOKE_VIRTUAL_RANGE: in GetInvokeTypeFromOpCode() 1869 case Instruction::INVOKE_VIRTUAL_RANGE: in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 965 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/ |
D | quick_trampoline_entrypoints.cc | 983 case Instruction::INVOKE_VIRTUAL_RANGE: in artQuickResolutionTrampoline()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1583 HANDLE_INSTRUCTION_START(INVOKE_VIRTUAL_RANGE) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1482 case Instruction::INVOKE_VIRTUAL_RANGE: { in ExecuteSwitchImpl()
|