Searched refs:INVOKE_SUPER (Results 1 – 10 of 10) 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 | NewMethodCaller.java | 154 newInsn.insn.info = Instruction.getOpcodeInfo(Opcode.INVOKE_SUPER); in applyMutation()
|
/art/runtime/ |
D | dex_instruction.cc | 399 case INVOKE_SUPER: in DumpString()
|
D | dex_instruction_list.h | 132 …V(0x6F, INVOKE_SUPER, "invoke-super", k35c, false, kIndexMethodRef, kContinue | kThrow | kInvoke, …
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 660 case Instruction::INVOKE_SUPER: in GetInvokeTypeFromOpCode() 1843 case Instruction::INVOKE_SUPER: in ProcessDexInstruction()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 971 case Instruction::INVOKE_SUPER: in artQuickResolutionTrampoline()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2832 case Instruction::INVOKE_SUPER: in CodeFlowVerifyInstruction() 2836 bool is_super = (inst->Opcode() == Instruction::INVOKE_SUPER || in CodeFlowVerifyInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1591 HANDLE_INSTRUCTION_START(INVOKE_SUPER) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1489 case Instruction::INVOKE_SUPER: { in ExecuteSwitchImpl()
|