Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DInvokeChanger.java42 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()
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/runtime/jit/
Dprofiling_info.cc51 case Instruction::INVOKE_VIRTUAL_RANGE: in Create()
/art/libdexfile/dex/
Ddex_instruction_utils.h139 return opcode >= Instruction::INVOKE_VIRTUAL_RANGE; in IsInvokeInstructionRange()
145 ? (opcode - Instruction::INVOKE_VIRTUAL_RANGE) in InvokeInstructionType()
Ddex_instruction.cc432 case INVOKE_VIRTUAL_RANGE: in DumpString()
Ddex_instruction_list.h138 …V(0x74, INVOKE_VIRTUAL_RANGE, "invoke-virtual/range", k3rc, kIndexMethodRef, kContinue | kThrow | …
/art/runtime/
Ddex_to_dex_decompiler.cc174 DecompileInvokeVirtual(inst, Instruction::INVOKE_VIRTUAL_RANGE, true); in Decompile()
Dcommon_throws.cc473 case Instruction::INVOKE_VIRTUAL_RANGE: in IsValidImplicitCheck()
598 case Instruction::INVOKE_VIRTUAL_RANGE: in ThrowNullPointerExceptionFromDexPC()
/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/tools/veridex/
Dhidden_api_finder.cc107 case Instruction::INVOKE_VIRTUAL_RANGE: { in CollectAccesses()
Dflow_analysis.cc329 case Instruction::INVOKE_VIRTUAL_RANGE: { in ProcessDexInstruction()
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc38 return code == Instruction::INVOKE_VIRTUAL_RANGE || in IsRange()
379 case Instruction::INVOKE_VIRTUAL_RANGE: { in ProcessDexFile()
/art/runtime/interpreter/mterp/
Dnterp.cc189 case Instruction::INVOKE_VIRTUAL_RANGE: { in NterpGetMethod()
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc311 case Instruction::INVOKE_VIRTUAL_RANGE: in Compile()
/art/profman/
Dprofman.cc1009 inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE) { in HasSingleInvoke()
/art/compiler/optimizing/
Dinstruction_builder.cc801 case Instruction::INVOKE_VIRTUAL_RANGE: in GetInvokeTypeFromOpCode()
2305 case Instruction::INVOKE_VIRTUAL_RANGE: in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1163 HANDLER_ATTRIBUTES bool INVOKE_VIRTUAL_RANGE() { in INVOKE_VIRTUAL_RANGE() function
/art/runtime/dex/
Ddex_file_annotations.cc1449 case Instruction::INVOKE_VIRTUAL_RANGE: in MethodContainsRSensitiveAccess()
/art/runtime/verifier/
Dmethod_verifier.cc2944 case Instruction::INVOKE_VIRTUAL_RANGE: in CodeFlowVerifyInstruction()
2949 bool is_range = (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE || in CodeFlowVerifyInstruction()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1279 case Instruction::INVOKE_VIRTUAL_RANGE: in artQuickResolutionTrampoline()