Searched refs:INVOKE_VIRTUAL_RANGE (Results 1 – 23 of 23) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | InvokeChanger.java | 42 Opcode.INVOKE_VIRTUAL_RANGE, 158 int index = opcode.ordinal() - Opcode.INVOKE_VIRTUAL_RANGE.ordinal(); in getDifferentInvokeCallOpcode() 170 return Opcode.isBetween(opcode, Opcode.INVOKE_VIRTUAL_RANGE, Opcode.INVOKE_INTERFACE_RANGE); in isRangeInvokeInst()
|
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/runtime/jit/ |
D | profiling_info.cc | 50 case Instruction::INVOKE_VIRTUAL_RANGE: in Create()
|
/art/libdexfile/dex/ |
D | dex_instruction_utils.h | 139 return opcode >= Instruction::INVOKE_VIRTUAL_RANGE; in IsInvokeInstructionRange() 145 ? (opcode - Instruction::INVOKE_VIRTUAL_RANGE) in InvokeInstructionType()
|
D | dex_instruction.cc | 432 case INVOKE_VIRTUAL_RANGE: in DumpString()
|
D | dex_instruction_list.h | 138 …V(0x74, INVOKE_VIRTUAL_RANGE, "invoke-virtual/range", k3rc, kIndexMethodRef, kContinue | kThrow | …
|
/art/runtime/ |
D | dex_to_dex_decompiler.cc | 174 DecompileInvokeVirtual(inst, Instruction::INVOKE_VIRTUAL_RANGE, true); in Decompile()
|
D | common_throws.cc | 473 case Instruction::INVOKE_VIRTUAL_RANGE: in IsValidImplicitCheck() 596 case Instruction::INVOKE_VIRTUAL_RANGE: in ThrowNullPointerExceptionFromDexPC()
|
/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/tools/veridex/ |
D | hidden_api_finder.cc | 111 case Instruction::INVOKE_VIRTUAL_RANGE: { in CollectAccesses()
|
D | flow_analysis.cc | 329 case Instruction::INVOKE_VIRTUAL_RANGE: { in ProcessDexInstruction()
|
/art/tools/dexanalyze/ |
D | dexanalyze_experiments.cc | 38 return code == Instruction::INVOKE_VIRTUAL_RANGE || in IsRange() 379 case Instruction::INVOKE_VIRTUAL_RANGE: { in ProcessDexFile()
|
/art/dex2oat/dex/ |
D | dex_to_dex_compiler.cc | 311 case Instruction::INVOKE_VIRTUAL_RANGE: in Compile()
|
/art/profman/ |
D | profman.cc | 903 inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE) { in HasSingleInvoke()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 800 case Instruction::INVOKE_VIRTUAL_RANGE: in GetInvokeTypeFromOpCode() 2283 case Instruction::INVOKE_VIRTUAL_RANGE: in ProcessDexInstruction()
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 1449 case Instruction::INVOKE_VIRTUAL_RANGE: in MethodContainsRSensitiveAccess()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2937 case Instruction::INVOKE_VIRTUAL_RANGE: in CodeFlowVerifyInstruction() 2942 bool is_range = (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE || in CodeFlowVerifyInstruction()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1360 case Instruction::INVOKE_VIRTUAL_RANGE: in artQuickResolutionTrampoline()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1693 ALWAYS_INLINE void INVOKE_VIRTUAL_RANGE() REQUIRES_SHARED(Locks::mutator_lock_) { in INVOKE_VIRTUAL_RANGE() function
|