Searched refs:INVOKE_INTERFACE (Results 1 – 15 of 15) sorted by relevance
/art/runtime/jit/ |
D | profiling_info.cc | 45 case Instruction::INVOKE_INTERFACE: in Create()
|
/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/ |
D | verified_method.cc | 143 const bool is_interface = inst->Opcode() == Instruction::INVOKE_INTERFACE || in GenerateDevirtMap()
|
/art/runtime/ |
D | dex_instruction.cc | 402 case INVOKE_INTERFACE: in DumpString()
|
D | common_throws.cc | 423 case Instruction::INVOKE_INTERFACE: in ThrowNullPointerExceptionFromDexPC()
|
D | dex_instruction_list.h | 135 …V(0x72, INVOKE_INTERFACE, "invoke-interface", k35c, false, kIndexMethodRef, kContinue | kThrow | k…
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 987 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/ |
D | instruction_builder.cc | 656 case Instruction::INVOKE_INTERFACE: in GetInvokeTypeFromOpCode() 1841 case Instruction::INVOKE_INTERFACE: in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 966 case Instruction::INVOKE_INTERFACE: in ComputeWidthsAndCountOps() 2970 case Instruction::INVOKE_INTERFACE: in CodeFlowVerifyInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1517 case Instruction::INVOKE_INTERFACE: { in ExecuteSwitchImpl()
|
D | interpreter_goto_table_impl.cc | 1623 HANDLE_INSTRUCTION_START(INVOKE_INTERFACE) { in ExecuteGotoImpl()
|