Home
last modified time | relevance | path

Searched refs:INVOKE_INTERFACE (Results 1 – 15 of 15) sorted by relevance

/art/runtime/jit/
Dprofiling_info.cc45 case Instruction::INVOKE_INTERFACE: in Create()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java134 INVOKE_INTERFACE, enumConstant
DCodeItem.java190 if (Opcode.isBetween(opcode, Opcode.INVOKE_VIRTUAL, Opcode.INVOKE_INTERFACE) in incrementIndex()
DInstruction.java436 addOpcodeInfo(Opcode.INVOKE_INTERFACE, "invoke-interface", 0x72, new Format35c()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DNewMethodCaller.java160 newInsn.insn.info = Instruction.getOpcodeInfo(Opcode.INVOKE_INTERFACE); in applyMutation()
DRandomInstructionGenerator.java135 || Opcode.isBetween(newOpcode, Opcode.INVOKE_VIRTUAL, Opcode.INVOKE_INTERFACE) in generateMutation()
/art/compiler/dex/
Dverified_method.cc143 const bool is_interface = inst->Opcode() == Instruction::INVOKE_INTERFACE || in GenerateDevirtMap()
/art/runtime/
Ddex_instruction.cc402 case INVOKE_INTERFACE: in DumpString()
Dcommon_throws.cc423 case Instruction::INVOKE_INTERFACE: in ThrowNullPointerExceptionFromDexPC()
Ddex_instruction_list.h135 …V(0x72, INVOKE_INTERFACE, "invoke-interface", k35c, false, kIndexMethodRef, kContinue | kThrow | k…
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc987 case Instruction::INVOKE_INTERFACE: in artQuickResolutionTrampoline()
2153 CHECK(instr_code == Instruction::INVOKE_INTERFACE || in artInvokeInterfaceTrampoline()
2157 if (instr_code == Instruction::INVOKE_INTERFACE) { in artInvokeInterfaceTrampoline()
/art/compiler/optimizing/
Dinstruction_builder.cc656 case Instruction::INVOKE_INTERFACE: in GetInvokeTypeFromOpCode()
1841 case Instruction::INVOKE_INTERFACE: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc966 case Instruction::INVOKE_INTERFACE: in ComputeWidthsAndCountOps()
2970 case Instruction::INVOKE_INTERFACE: in CodeFlowVerifyInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1517 case Instruction::INVOKE_INTERFACE: { in ExecuteSwitchImpl()
Dinterpreter_goto_table_impl.cc1623 HANDLE_INSTRUCTION_START(INVOKE_INTERFACE) { in ExecuteGotoImpl()