Searched refs:INVOKE_SUPER_RANGE (Results 1 – 12 of 12) 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 | 110 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/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/verifier/ |
D | method_verifier.cc | 2939 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/ |
D | instruction_builder.cc | 806 case Instruction::INVOKE_SUPER_RANGE: in GetInvokeTypeFromOpCode() 2282 case Instruction::INVOKE_SUPER_RANGE: in ProcessDexInstruction()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1352 case Instruction::INVOKE_SUPER_RANGE: in artQuickResolutionTrampoline()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1705 ALWAYS_INLINE void INVOKE_SUPER_RANGE() REQUIRES_SHARED(Locks::mutator_lock_) { in INVOKE_SUPER_RANGE() function
|