Home
last modified time | relevance | path

Searched refs:INVOKE_INTERFACE (Results 1 – 21 of 21) 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/runtime/jit/
Dprofiling_info.cc53 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/veridex/
Dhidden_api_finder.cc99 case Instruction::INVOKE_INTERFACE: in CollectAccesses()
Dflow_analysis.cc317 case Instruction::INVOKE_INTERFACE: in ProcessDexInstruction()
/art/test/979-const-method-handle/util-src/transformer/
DConstantTransformer.java133 case ConstantMethodHandle.INVOKE_INTERFACE: in visitMethod()
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc411 case Instruction::INVOKE_INTERFACE: in ProcessDexFile()
585 case Instruction::INVOKE_INTERFACE: in ProcessDexFile()
Ddexanalyze_bytecode.cc360 case Instruction::INVOKE_INTERFACE: in ProcessCodeItem()
/art/runtime/
Dcommon_throws.cc474 case Instruction::INVOKE_INTERFACE: in IsValidImplicitCheck()
599 case Instruction::INVOKE_INTERFACE: in ThrowNullPointerExceptionFromDexPC()
/art/libdexfile/dex/
Ddex_instruction.cc393 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.cc1364 case Instruction::INVOKE_INTERFACE: in artQuickResolutionTrampoline()
2657 DCHECK(instr_code == Instruction::INVOKE_INTERFACE || in artInvokeInterfaceTrampoline()
2660 if (instr_code == Instruction::INVOKE_INTERFACE) { in artInvokeInterfaceTrampoline()
/art/compiler/optimizing/
Dinstruction_builder.cc803 case Instruction::INVOKE_INTERFACE: in GetInvokeTypeFromOpCode()
2254 case Instruction::INVOKE_INTERFACE: in ProcessDexInstruction()
/art/runtime/dex/
Ddex_file_annotations.cc1435 case Instruction::INVOKE_INTERFACE: in MethodContainsRSensitiveAccess()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1723 ALWAYS_INLINE void INVOKE_INTERFACE() REQUIRES_SHARED(Locks::mutator_lock_) { in INVOKE_INTERFACE() function
/art/runtime/verifier/
Dmethod_verifier.cc3086 case Instruction::INVOKE_INTERFACE: in CodeFlowVerifyInstruction()