Searched refs:INVOKE_SUPER_RANGE (Results 1 – 10 of 10) sorted by relevance
/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/dexfuzz/src/dexfuzz/program/mutators/ |
D | InvokeChanger.java | 43 Opcode.INVOKE_SUPER_RANGE,
|
/art/tools/veridex/ |
D | hidden_api_finder.cc | 125 case Instruction::INVOKE_SUPER_RANGE: in CollectAccesses()
|
D | flow_analysis.cc | 320 case Instruction::INVOKE_SUPER_RANGE: in ProcessDexInstruction()
|
/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/compiler/optimizing/ |
D | instruction_builder.cc | 819 case Instruction::INVOKE_SUPER_RANGE: in GetInvokeTypeFromOpCode() 2132 case Instruction::INVOKE_SUPER_RANGE: in ProcessDexInstruction()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1346 case Instruction::INVOKE_SUPER_RANGE: in artQuickResolutionTrampoline()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1622 case Instruction::INVOKE_SUPER_RANGE: { in ExecuteSwitchImplCpp()
|