Home
last modified time | relevance | path

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

/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/quick/
Dquick_compiler.cc252 Instruction::INVOKE_INTERFACE,
415 Instruction::INVOKE_INTERFACE,
Dmir_to_lir.cc940 case Instruction::INVOKE_INTERFACE: in CompileDalvikInstruction()
Dralloc_util.cc1193 case Instruction::INVOKE_INTERFACE: in AnalyzeMIR()
/art/runtime/
Ddex_instruction.cc347 case INVOKE_INTERFACE: in DumpString()
Dcommon_throws.cc381 case Instruction::INVOKE_INTERFACE: in ThrowNullPointerExceptionFromDexPC()
Ddex_instruction_list.h135 …V(0x72, INVOKE_INTERFACE, "invoke-interface", k35c, false, kMethodRef, kContinue | kThrow | kInvok…
/art/compiler/dex/
Dverified_method.cc261 const bool is_interface = inst->Opcode() == Instruction::INVOKE_INTERFACE || in GenerateDevirtMap()
Dtype_inference.cc826 case Instruction::INVOKE_INTERFACE: in InitializeSRegs()
Dgvn_dead_code_elimination.cc1129 case Instruction::INVOKE_INTERFACE: in RecordMIR()
Dlocal_value_numbering.cc1592 case Instruction::INVOKE_INTERFACE: in GetValueNumber()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc872 case Instruction::INVOKE_INTERFACE: in artQuickResolutionTrampoline()
2076 CHECK(instr_code == Instruction::INVOKE_INTERFACE || in artInvokeInterfaceTrampoline()
2080 if (instr_code == Instruction::INVOKE_INTERFACE) { in artInvokeInterfaceTrampoline()
/art/compiler/optimizing/
Dbuilder.cc591 case Instruction::INVOKE_INTERFACE: in BuildInvoke()
1458 case Instruction::INVOKE_INTERFACE: in AnalyzeDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc679 case Instruction::INVOKE_INTERFACE: in ComputeWidthsAndCountOps()
2541 case Instruction::INVOKE_INTERFACE: in CodeFlowVerifyInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1564 HANDLE_INSTRUCTION_START(INVOKE_INTERFACE) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1402 case Instruction::INVOKE_INTERFACE: { in ExecuteSwitchImpl()