Home
last modified time | relevance | path

Searched refs:INVOKE_SUPER_RANGE (Results 1 – 12 of 12) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DInvokeChanger.java43 Opcode.INVOKE_SUPER_RANGE,
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java137 INVOKE_SUPER_RANGE, enumConstant
DInstruction.java439 addOpcodeInfo(Opcode.INVOKE_SUPER_RANGE, "invoke-super/range", 0x75, new Format3rc()); in addOpcodeInfo() argument
/art/tools/veridex/
Dhidden_api_finder.cc110 case Instruction::INVOKE_SUPER_RANGE: in CollectAccesses()
Dflow_analysis.cc328 case Instruction::INVOKE_SUPER_RANGE: in ProcessDexInstruction()
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc40 code == Instruction::INVOKE_SUPER_RANGE || in IsRange()
423 case Instruction::INVOKE_SUPER_RANGE: { in ProcessDexFile()
/art/libdexfile/dex/
Ddex_instruction.cc433 case INVOKE_SUPER_RANGE: in DumpString()
Ddex_instruction_list.h139 …V(0x75, INVOKE_SUPER_RANGE, "invoke-super/range", k3rc, kIndexMethodRef, kContinue | kThrow | kInv…
/art/runtime/verifier/
Dmethod_verifier.cc2939 case Instruction::INVOKE_SUPER_RANGE: in CodeFlowVerifyInstruction()
2943 inst->Opcode() == Instruction::INVOKE_SUPER_RANGE || in CodeFlowVerifyInstruction()
2946 inst->Opcode() == Instruction::INVOKE_SUPER_RANGE); in CodeFlowVerifyInstruction()
/art/compiler/optimizing/
Dinstruction_builder.cc806 case Instruction::INVOKE_SUPER_RANGE: in GetInvokeTypeFromOpCode()
2282 case Instruction::INVOKE_SUPER_RANGE: in ProcessDexInstruction()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1352 case Instruction::INVOKE_SUPER_RANGE: in artQuickResolutionTrampoline()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1705 ALWAYS_INLINE void INVOKE_SUPER_RANGE() REQUIRES_SHARED(Locks::mutator_lock_) { in INVOKE_SUPER_RANGE() function