Home
last modified time | relevance | path

Searched refs:INVOKE_DIRECT_RANGE (Results 1 – 17 of 17) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DInvokeChanger.java44 Opcode.INVOKE_DIRECT_RANGE,
DNewInstanceChanger.java203 mInsn.insn.info.opcode == Opcode.INVOKE_DIRECT_RANGE); in isInvokeInst()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java138 INVOKE_DIRECT_RANGE, enumConstant
DInstruction.java440 addOpcodeInfo(Opcode.INVOKE_DIRECT_RANGE, "invoke-direct/range", 0x76, new Format3rc()); in addOpcodeInfo() argument
/art/tools/veridex/
Dhidden_api_finder.cc107 case Instruction::INVOKE_DIRECT_RANGE: in CollectAccesses()
Dflow_analysis.cc325 case Instruction::INVOKE_DIRECT_RANGE: in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_common.h642 instr->Opcode() == Instruction::INVOKE_DIRECT_RANGE) { in IsStringInit()
643 uint16_t callee_method_idx = (instr->Opcode() == Instruction::INVOKE_DIRECT_RANGE) ? in IsStringInit()
Dinterpreter.cc508 DCHECK(instr->Opcode() == Instruction::INVOKE_DIRECT_RANGE || in GetReceiverRegisterForStringInit()
510 return (instr->Opcode() == Instruction::INVOKE_DIRECT_RANGE) ? in GetReceiverRegisterForStringInit()
Dinterpreter_switch_impl-inl.h1717 ALWAYS_INLINE void INVOKE_DIRECT_RANGE() REQUIRES_SHARED(Locks::mutator_lock_) { in INVOKE_DIRECT_RANGE() function
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc39 code == Instruction::INVOKE_DIRECT_RANGE || in IsRange()
390 case Instruction::INVOKE_DIRECT_RANGE: { in ProcessDexFile()
/art/runtime/
Dcommon_throws.cc471 case Instruction::INVOKE_DIRECT_RANGE: in IsValidImplicitCheck()
590 case Instruction::INVOKE_DIRECT_RANGE: in ThrowNullPointerExceptionFromDexPC()
/art/libdexfile/dex/
Ddex_instruction.cc434 case INVOKE_DIRECT_RANGE: in DumpString()
Ddex_instruction_list.h140 …V(0x76, INVOKE_DIRECT_RANGE, "invoke-direct/range", k3rc, kIndexMethodRef, kContinue | kThrow | kI…
/art/compiler/optimizing/
Dinstruction_builder.cc796 case Instruction::INVOKE_DIRECT_RANGE: in GetInvokeTypeFromOpCode()
2279 case Instruction::INVOKE_DIRECT_RANGE: in ProcessDexInstruction()
/art/runtime/dex/
Ddex_file_annotations.cc1450 case Instruction::INVOKE_DIRECT_RANGE: in MethodContainsRSensitiveAccess()
/art/runtime/verifier/
Dmethod_verifier.cc2980 case Instruction::INVOKE_DIRECT_RANGE: { in CodeFlowVerifyInstruction()
2981 bool is_range = (inst->Opcode() == Instruction::INVOKE_DIRECT_RANGE); in CodeFlowVerifyInstruction()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1336 case Instruction::INVOKE_DIRECT_RANGE: in artQuickResolutionTrampoline()