Searched refs:INVOKE_SUPER (Results 1 – 11 of 11) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 131 INVOKE_SUPER, enumConstant
|
D | Instruction.java | 433 addOpcodeInfo(Opcode.INVOKE_SUPER, "invoke-super", 0x6f, new Format35c()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | InvokeChanger.java | 35 Opcode.INVOKE_SUPER,
|
D | NewMethodCaller.java | 154 newInsn.insn.info = Instruction.getOpcodeInfo(Opcode.INVOKE_SUPER); in applyMutation()
|
/art/tools/veridex/ |
D | hidden_api_finder.cc | 115 case Instruction::INVOKE_SUPER: in CollectAccesses()
|
D | flow_analysis.cc | 311 case Instruction::INVOKE_SUPER: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction.cc | 390 case INVOKE_SUPER: in DumpString()
|
D | dex_instruction_list.h | 133 …V(0x6F, INVOKE_SUPER, "invoke-super", k35c, kIndexMethodRef, kContinue | kThrow | kInvoke, 0, kVer…
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 820 case Instruction::INVOKE_SUPER: in GetInvokeTypeFromOpCode() 2105 case Instruction::INVOKE_SUPER: in ProcessDexInstruction()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1342 case Instruction::INVOKE_SUPER: in artQuickResolutionTrampoline()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1615 case Instruction::INVOKE_SUPER: { in ExecuteSwitchImplCpp()
|