Searched refs:INVOKE_SUPER_RANGE (Results 1 – 13 of 13) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | InvokeChanger.java | 43 Opcode.INVOKE_SUPER_RANGE,
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 137 INVOKE_SUPER_RANGE, enumConstant
|
D | Instruction.java | 439 addOpcodeInfo(Opcode.INVOKE_SUPER_RANGE, "invoke-super/range", 0x75, new Format3rc()); in addOpcodeInfo() argument
|
/art/tools/veridex/ |
D | hidden_api_finder.cc | 106 case Instruction::INVOKE_SUPER_RANGE: in CollectAccesses()
|
D | flow_analysis.cc | 328 case Instruction::INVOKE_SUPER_RANGE: in ProcessDexInstruction()
|
/art/tools/dexanalyze/ |
D | dexanalyze_experiments.cc | 40 code == Instruction::INVOKE_SUPER_RANGE || in IsRange() 423 case Instruction::INVOKE_SUPER_RANGE: { in ProcessDexFile()
|
/art/runtime/ |
D | common_throws.cc | 479 case Instruction::INVOKE_SUPER_RANGE: in IsValidImplicitCheck() 604 case Instruction::INVOKE_SUPER_RANGE: in ThrowNullPointerExceptionFromDexPC()
|
/art/libdexfile/dex/ |
D | dex_instruction.cc | 433 case INVOKE_SUPER_RANGE: in DumpString()
|
D | dex_instruction_list.h | 139 …V(0x75, INVOKE_SUPER_RANGE, "invoke-super/range", k3rc, kIndexMethodRef, kContinue | kThrow | kInv…
|
/art/runtime/interpreter/mterp/ |
D | nterp.cc | 183 case Instruction::INVOKE_SUPER_RANGE: { in NterpGetMethod()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 807 case Instruction::INVOKE_SUPER_RANGE: in GetInvokeTypeFromOpCode() 2304 case Instruction::INVOKE_SUPER_RANGE: in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1171 HANDLER_ATTRIBUTES bool INVOKE_SUPER_RANGE() { in INVOKE_SUPER_RANGE() function
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1271 case Instruction::INVOKE_SUPER_RANGE: in artQuickResolutionTrampoline()
|