Searched refs:INVOKE_STATIC (Results 1 – 15 of 15) sorted by relevance
/art/test/952-invoke-custom/generator/ |
D | TestLinkerMethodMinimalArguments.java | 39 kind = MethodHandleKind.INVOKE_STATIC,
|
D | TestLinkerMethodMultipleArgumentTypes.java | 33 invokeMethodHandle = @LinkerMethodHandle(kind = MethodHandleKind.INVOKE_STATIC,
|
D | TestInvokeCustomWithConcurrentThreads.java | 75 invokeMethodHandle = @LinkerMethodHandle(kind = MethodHandleKind.INVOKE_STATIC,
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 133 INVOKE_STATIC, enumConstant
|
D | Instruction.java | 435 addOpcodeInfo(Opcode.INVOKE_STATIC, "invoke-static", 0x71, new Format35c()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | NewMethodCaller.java | 157 newInsn.insn.info = Instruction.getOpcodeInfo(Opcode.INVOKE_STATIC); in applyMutation()
|
/art/runtime/ |
D | dex_instruction_utils.h | 77 return opcode == Instruction::INVOKE_STATIC || opcode == Instruction::INVOKE_STATIC_RANGE; in IsInstructionInvokeStatic()
|
D | dex_instruction.cc | 381 case INVOKE_STATIC: in DumpString()
|
D | dex_instruction_list.h | 135 …V(0x71, INVOKE_STATIC, "invoke-static", k35c, kIndexMethodRef, kContinue | kThrow | kInvoke, kVeri…
|
/art/test/dexdump/ |
D | invoke-custom.txt | 41 …nclosingType=Lcom/android/jack/java7/invokecustom/test004/Tests; kind=INVOKE_STATIC name="linkerMe…
|
/art/test/VerifierDeps/ |
D | Main.smali | 323 # INVOKE_STATIC does not resolve to methods in superinterfaces. This will
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 657 case Instruction::INVOKE_STATIC: in GetInvokeTypeFromOpCode() 1915 case Instruction::INVOKE_STATIC: in ProcessDexInstruction()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1030 case Instruction::INVOKE_STATIC: in artQuickResolutionTrampoline()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1509 case Instruction::INVOKE_STATIC: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3007 case Instruction::INVOKE_STATIC: in CodeFlowVerifyInstruction()
|