Home
last modified time | relevance | path

Searched refs:INVOKE_SUPER (Results 1 – 10 of 10) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DInvokeChanger.java35 Opcode.INVOKE_SUPER,
DNewMethodCaller.java154 newInsn.insn.info = Instruction.getOpcodeInfo(Opcode.INVOKE_SUPER); in applyMutation()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java131 INVOKE_SUPER, enumConstant
DInstruction.java433 addOpcodeInfo(Opcode.INVOKE_SUPER, "invoke-super", 0x6f, new Format35c()); in addOpcodeInfo() argument
/art/runtime/
Ddex_instruction.cc368 case INVOKE_SUPER: in DumpString()
Ddex_instruction_list.h133 …V(0x6F, INVOKE_SUPER, "invoke-super", k35c, kIndexMethodRef, kContinue | kThrow | kInvoke, 0, kVer…
/art/compiler/optimizing/
Dinstruction_builder.cc700 case Instruction::INVOKE_SUPER: in GetInvokeTypeFromOpCode()
1962 case Instruction::INVOKE_SUPER: in ProcessDexInstruction()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1118 case Instruction::INVOKE_SUPER: in artQuickResolutionTrampoline()
/art/runtime/verifier/
Dmethod_verifier.cc2892 case Instruction::INVOKE_SUPER: in CodeFlowVerifyInstruction()
2896 bool is_super = (inst->Opcode() == Instruction::INVOKE_SUPER || in CodeFlowVerifyInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1524 case Instruction::INVOKE_SUPER: { in ExecuteSwitchImpl()