Home
last modified time | relevance | path

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

/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/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/veridex/
Dhidden_api_finder.cc115 case Instruction::INVOKE_SUPER: in CollectAccesses()
Dflow_analysis.cc311 case Instruction::INVOKE_SUPER: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction.cc390 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.cc820 case Instruction::INVOKE_SUPER: in GetInvokeTypeFromOpCode()
2105 case Instruction::INVOKE_SUPER: in ProcessDexInstruction()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1342 case Instruction::INVOKE_SUPER: in artQuickResolutionTrampoline()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1615 case Instruction::INVOKE_SUPER: { in ExecuteSwitchImplCpp()