Home
last modified time | relevance | path

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

/art/test/979-const-method-handle/util-src/annotations/
DConstantMethodHandle.java38 public static final int INVOKE_STATIC = 4; field
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DInvokeChanger.java37 Opcode.INVOKE_STATIC,
DNewMethodCaller.java157 newInsn.insn.info = Instruction.getOpcodeInfo(Opcode.INVOKE_STATIC); in applyMutation()
/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/test/979-const-method-handle/src/
DMain.java101 kind = ConstantMethodHandle.INVOKE_STATIC,
/art/libdexfile/dex/
Ddex_instruction_utils.h77 return opcode == Instruction::INVOKE_STATIC || opcode == Instruction::INVOKE_STATIC_RANGE; in IsInstructionInvokeStatic()
Ddex_instruction.cc392 case INVOKE_STATIC: in DumpString()
Ddex_instruction_list.h135 …V(0x71, INVOKE_STATIC, "invoke-static", k35c, kIndexMethodRef, kContinue | kThrow | kInvoke, 0, kV…
/art/tools/veridex/
Dhidden_api_finder.cc100 case Instruction::INVOKE_STATIC: in CollectAccesses()
Dflow_analysis.cc318 case Instruction::INVOKE_STATIC: in ProcessDexInstruction()
/art/test/979-const-method-handle/util-src/transformer/
DConstantTransformer.java125 case ConstantMethodHandle.INVOKE_STATIC: in visitMethod()
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc400 case Instruction::INVOKE_STATIC: in ProcessDexFile()
586 case Instruction::INVOKE_STATIC: { in ProcessDexFile()
Ddexanalyze_bytecode.cc359 case Instruction::INVOKE_STATIC: in ProcessCodeItem()
/art/test/VerifierDeps/
DMain.smali323 # INVOKE_STATIC does not resolve to methods in superinterfaces. This will
/art/compiler/optimizing/
Dinstruction_builder.cc792 case Instruction::INVOKE_STATIC: in GetInvokeTypeFromOpCode()
2255 case Instruction::INVOKE_STATIC: in ProcessDexInstruction()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1340 case Instruction::INVOKE_STATIC: in artQuickResolutionTrampoline()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1735 ALWAYS_INLINE void INVOKE_STATIC() REQUIRES_SHARED(Locks::mutator_lock_) { in INVOKE_STATIC() function
/art/runtime/verifier/
Dmethod_verifier.cc3061 case Instruction::INVOKE_STATIC: in CodeFlowVerifyInstruction()