Searched refs:INVOKE_INTERFACE (Results 1 – 21 of 21) sorted by relevance
/art/test/979-const-method-handle/util-src/annotations/ |
D | ConstantMethodHandle.java | 42 public static final int INVOKE_INTERFACE = 8; field
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | InvokeChanger.java | 38 Opcode.INVOKE_INTERFACE, 166 return Opcode.isBetween(opcode, Opcode.INVOKE_VIRTUAL, Opcode.INVOKE_INTERFACE); in isSimpleInvokeInst()
|
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/runtime/jit/ |
D | profiling_info.cc | 53 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/veridex/ |
D | hidden_api_finder.cc | 99 case Instruction::INVOKE_INTERFACE: in CollectAccesses()
|
D | flow_analysis.cc | 317 case Instruction::INVOKE_INTERFACE: in ProcessDexInstruction()
|
/art/test/979-const-method-handle/util-src/transformer/ |
D | ConstantTransformer.java | 133 case ConstantMethodHandle.INVOKE_INTERFACE: in visitMethod()
|
/art/tools/dexanalyze/ |
D | dexanalyze_experiments.cc | 411 case Instruction::INVOKE_INTERFACE: in ProcessDexFile() 585 case Instruction::INVOKE_INTERFACE: in ProcessDexFile()
|
D | dexanalyze_bytecode.cc | 360 case Instruction::INVOKE_INTERFACE: in ProcessCodeItem()
|
/art/runtime/ |
D | common_throws.cc | 474 case Instruction::INVOKE_INTERFACE: in IsValidImplicitCheck() 599 case Instruction::INVOKE_INTERFACE: in ThrowNullPointerExceptionFromDexPC()
|
/art/libdexfile/dex/ |
D | dex_instruction.cc | 393 case INVOKE_INTERFACE: in DumpString()
|
D | dex_instruction_list.h | 136 …V(0x72, INVOKE_INTERFACE, "invoke-interface", k35c, kIndexMethodRef, kContinue | kThrow | kInvoke,…
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1364 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/ |
D | instruction_builder.cc | 803 case Instruction::INVOKE_INTERFACE: in GetInvokeTypeFromOpCode() 2254 case Instruction::INVOKE_INTERFACE: in ProcessDexInstruction()
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 1435 case Instruction::INVOKE_INTERFACE: in MethodContainsRSensitiveAccess()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1723 ALWAYS_INLINE void INVOKE_INTERFACE() REQUIRES_SHARED(Locks::mutator_lock_) { in INVOKE_INTERFACE() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3086 case Instruction::INVOKE_INTERFACE: in CodeFlowVerifyInstruction()
|