Home
last modified time | relevance | path

Searched refs:INVOKE_STATIC (Results 1 – 15 of 15) sorted by relevance

/art/test/952-invoke-custom/generator/
DTestLinkerMethodMinimalArguments.java39 kind = MethodHandleKind.INVOKE_STATIC,
DTestLinkerMethodMultipleArgumentTypes.java33 invokeMethodHandle = @LinkerMethodHandle(kind = MethodHandleKind.INVOKE_STATIC,
DTestInvokeCustomWithConcurrentThreads.java75 invokeMethodHandle = @LinkerMethodHandle(kind = MethodHandleKind.INVOKE_STATIC,
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java133 INVOKE_STATIC, enumConstant
DInstruction.java435 addOpcodeInfo(Opcode.INVOKE_STATIC, "invoke-static", 0x71, new Format35c()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DNewMethodCaller.java157 newInsn.insn.info = Instruction.getOpcodeInfo(Opcode.INVOKE_STATIC); in applyMutation()
/art/runtime/
Ddex_instruction_utils.h77 return opcode == Instruction::INVOKE_STATIC || opcode == Instruction::INVOKE_STATIC_RANGE; in IsInstructionInvokeStatic()
Ddex_instruction.cc381 case INVOKE_STATIC: in DumpString()
Ddex_instruction_list.h135 …V(0x71, INVOKE_STATIC, "invoke-static", k35c, kIndexMethodRef, kContinue | kThrow | kInvoke, kVeri…
/art/test/dexdump/
Dinvoke-custom.txt41 …nclosingType=Lcom/android/jack/java7/invokecustom/test004/Tests; kind=INVOKE_STATIC name="linkerMe…
/art/test/VerifierDeps/
DMain.smali323 # INVOKE_STATIC does not resolve to methods in superinterfaces. This will
/art/compiler/optimizing/
Dinstruction_builder.cc657 case Instruction::INVOKE_STATIC: in GetInvokeTypeFromOpCode()
1915 case Instruction::INVOKE_STATIC: in ProcessDexInstruction()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1030 case Instruction::INVOKE_STATIC: in artQuickResolutionTrampoline()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1509 case Instruction::INVOKE_STATIC: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc3007 case Instruction::INVOKE_STATIC: in CodeFlowVerifyInstruction()