Home
last modified time | relevance | path

Searched refs:INVOKE_SUPER_RANGE (Results 1 – 13 of 13) 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.cc106 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/runtime/
Dcommon_throws.cc479 case Instruction::INVOKE_SUPER_RANGE: in IsValidImplicitCheck()
604 case Instruction::INVOKE_SUPER_RANGE: in ThrowNullPointerExceptionFromDexPC()
/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/interpreter/mterp/
Dnterp.cc183 case Instruction::INVOKE_SUPER_RANGE: { in NterpGetMethod()
/art/compiler/optimizing/
Dinstruction_builder.cc807 case Instruction::INVOKE_SUPER_RANGE: in GetInvokeTypeFromOpCode()
2304 case Instruction::INVOKE_SUPER_RANGE: in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1171 HANDLER_ATTRIBUTES bool INVOKE_SUPER_RANGE() { in INVOKE_SUPER_RANGE() function
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1271 case Instruction::INVOKE_SUPER_RANGE: in artQuickResolutionTrampoline()