Searched refs:INVOKE_INTERFACE (Results 1 – 20 of 20) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 134 INVOKE_INTERFACE, enumConstant
|
D | CodeItem.java | 190 if (Opcode.isBetween(opcode, Opcode.INVOKE_VIRTUAL, Opcode.INVOKE_INTERFACE) in incrementIndex()
|
D | Instruction.java | 436 addOpcodeInfo(Opcode.INVOKE_INTERFACE, "invoke-interface", 0x72, new Format35c()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | NewMethodCaller.java | 160 newInsn.insn.info = Instruction.getOpcodeInfo(Opcode.INVOKE_INTERFACE); in applyMutation()
|
D | RandomInstructionGenerator.java | 135 || Opcode.isBetween(newOpcode, Opcode.INVOKE_VIRTUAL, Opcode.INVOKE_INTERFACE) in generateMutation()
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 252 Instruction::INVOKE_INTERFACE, 415 Instruction::INVOKE_INTERFACE,
|
D | mir_to_lir.cc | 940 case Instruction::INVOKE_INTERFACE: in CompileDalvikInstruction()
|
D | ralloc_util.cc | 1193 case Instruction::INVOKE_INTERFACE: in AnalyzeMIR()
|
/art/runtime/ |
D | dex_instruction.cc | 347 case INVOKE_INTERFACE: in DumpString()
|
D | common_throws.cc | 381 case Instruction::INVOKE_INTERFACE: in ThrowNullPointerExceptionFromDexPC()
|
D | dex_instruction_list.h | 135 …V(0x72, INVOKE_INTERFACE, "invoke-interface", k35c, false, kMethodRef, kContinue | kThrow | kInvok…
|
/art/compiler/dex/ |
D | verified_method.cc | 261 const bool is_interface = inst->Opcode() == Instruction::INVOKE_INTERFACE || in GenerateDevirtMap()
|
D | type_inference.cc | 826 case Instruction::INVOKE_INTERFACE: in InitializeSRegs()
|
D | gvn_dead_code_elimination.cc | 1129 case Instruction::INVOKE_INTERFACE: in RecordMIR()
|
D | local_value_numbering.cc | 1592 case Instruction::INVOKE_INTERFACE: in GetValueNumber()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 872 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/ |
D | builder.cc | 591 case Instruction::INVOKE_INTERFACE: in BuildInvoke() 1458 case Instruction::INVOKE_INTERFACE: in AnalyzeDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 679 case Instruction::INVOKE_INTERFACE: in ComputeWidthsAndCountOps() 2541 case Instruction::INVOKE_INTERFACE: in CodeFlowVerifyInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1564 HANDLE_INSTRUCTION_START(INVOKE_INTERFACE) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1402 case Instruction::INVOKE_INTERFACE: { in ExecuteSwitchImpl()
|