Searched refs:INVOKE_SUPER (Results 1 - 16 of 16) sorted by path

/art/compiler/dex/
H A Dgvn_dead_code_elimination.cc1127 case Instruction::INVOKE_SUPER:
H A Dlocal_value_numbering.cc1590 case Instruction::INVOKE_SUPER:
H A Dtype_inference.cc823 case Instruction::INVOKE_SUPER:
/art/compiler/dex/quick/
H A Dmir_to_lir.cc933 case Instruction::INVOKE_SUPER:
H A Dquick_compiler.cc249 Instruction::INVOKE_SUPER,
412 Instruction::INVOKE_SUPER,
H A Dralloc_util.cc1190 case Instruction::INVOKE_SUPER:
/art/compiler/optimizing/
H A Dbuilder.cc596 case Instruction::INVOKE_SUPER:
1460 case Instruction::INVOKE_SUPER:
/art/runtime/
H A Ddex_instruction.cc344 case INVOKE_SUPER:
H A Ddex_instruction_list.h132 V(0x6F, INVOKE_SUPER, "invoke-super", k35c, false, kMethodRef, kContinue | kThrow | kInvoke, kVerifyRegBMethod | kVerifyVarArgNonZero) \
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc856 case Instruction::INVOKE_SUPER:
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc1532 HANDLE_INSTRUCTION_START(INVOKE_SUPER) {
H A Dinterpreter_switch_impl.cc1374 case Instruction::INVOKE_SUPER: {
/art/runtime/verifier/
H A Dmethod_verifier.cc2398 case Instruction::INVOKE_SUPER:
2402 bool is_super = (inst->Opcode() == Instruction::INVOKE_SUPER ||
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DNewMethodCaller.java154 newInsn.insn.info = Instruction.getOpcodeInfo(Opcode.INVOKE_SUPER);
/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DInstruction.java433 addOpcodeInfo(Opcode.INVOKE_SUPER, "invoke-super", 0x6f, new Format35c());
H A DOpcode.java131 INVOKE_SUPER, enum constant in enum:Opcode

Completed in 144 milliseconds