Home
last modified time | relevance | path

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

/art/test/979-const-method-handle/util-src/annotations/
DConstantMethodHandle.java42 public static final int INVOKE_INTERFACE = 8; field
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DInvokeChanger.java38 Opcode.INVOKE_INTERFACE,
166 return Opcode.isBetween(opcode, Opcode.INVOKE_VIRTUAL, Opcode.INVOKE_INTERFACE); in isSimpleInvokeInst()
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/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/test/979-const-method-handle/util-src/transformer/
DConstantTransformer.java133 case ConstantMethodHandle.INVOKE_INTERFACE: in visitMethod()
/art/tools/veridex/
Dhidden_api_finder.cc102 case Instruction::INVOKE_INTERFACE: in CollectAccesses()
Dflow_analysis.cc340 case Instruction::INVOKE_INTERFACE: in ProcessDexInstruction()
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc411 case Instruction::INVOKE_INTERFACE: in ProcessDexFile()
586 case Instruction::INVOKE_INTERFACE: in ProcessDexFile()
Ddexanalyze_bytecode.cc360 case Instruction::INVOKE_INTERFACE: in ProcessCodeItem()
/art/runtime/
Dcommon_throws.cc472 case Instruction::INVOKE_INTERFACE: in IsValidImplicitCheck()
579 case Instruction::INVOKE_INTERFACE: in ThrowNullPointerExceptionFromDexPC()
Dquick_exception_handler.cc763 case Instruction::INVOKE_INTERFACE: in DeoptimizeSingleFrame()
/art/libdexfile/dex/
Ddex_instruction.cc376 case INVOKE_INTERFACE: in DumpString()
Ddex_instruction_list.h136 …V(0x72, INVOKE_INTERFACE, "invoke-interface", k35c, kIndexMethodRef, kContinue | kThrow | kInvoke,…
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1198 case Instruction::INVOKE_INTERFACE: in artQuickResolutionTrampoline()
2231 DCHECK(instr_code == Instruction::INVOKE_INTERFACE || in artInvokeInterfaceTrampoline()
2234 if (instr_code == Instruction::INVOKE_INTERFACE) { in artInvokeInterfaceTrampoline()
/art/runtime/interpreter/mterp/
Dnterp.cc291 case Instruction::INVOKE_INTERFACE: in GetOpcodeInvokeType()
/art/profman/
Dprofman.cc1170 case Instruction::INVOKE_INTERFACE: in GetAllInvokes()
1199 inst->Opcode() == Instruction::INVOKE_INTERFACE || in HasSingleInvoke()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1229 HANDLER_ATTRIBUTES bool INVOKE_INTERFACE() { in INVOKE_INTERFACE() function
/art/compiler/optimizing/
Dinstruction_builder.cc885 case Instruction::INVOKE_INTERFACE: in GetInvokeTypeFromOpCode()
2929 case Instruction::INVOKE_INTERFACE: in ProcessDexInstruction()
/art/runtime/dex/
Ddex_file_annotations.cc1466 case Instruction::INVOKE_INTERFACE: in MethodContainsRSensitiveAccess()
/art/runtime/verifier/
Dmethod_verifier.cc2993 case Instruction::INVOKE_INTERFACE: in CodeFlowVerifyInstruction()
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt2542 Ljava/lang/invoke/MethodHandle;->INVOKE_INTERFACE:I