Searched refs:INVOKE_STATIC (Results 1 – 19 of 19) sorted by relevance
/art/test/979-const-method-handle/util-src/annotations/ |
D | ConstantMethodHandle.java | 38 public static final int INVOKE_STATIC = 4; field
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | InvokeChanger.java | 37 Opcode.INVOKE_STATIC,
|
D | NewMethodCaller.java | 157 newInsn.insn.info = Instruction.getOpcodeInfo(Opcode.INVOKE_STATIC); in applyMutation()
|
/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/test/979-const-method-handle/src/ |
D | Main.java | 101 kind = ConstantMethodHandle.INVOKE_STATIC,
|
/art/libdexfile/dex/ |
D | dex_instruction_utils.h | 77 return opcode == Instruction::INVOKE_STATIC || opcode == Instruction::INVOKE_STATIC_RANGE; in IsInstructionInvokeStatic()
|
D | dex_instruction.cc | 392 case INVOKE_STATIC: in DumpString()
|
D | dex_instruction_list.h | 135 …V(0x71, INVOKE_STATIC, "invoke-static", k35c, kIndexMethodRef, kContinue | kThrow | kInvoke, 0, kV…
|
/art/tools/veridex/ |
D | hidden_api_finder.cc | 100 case Instruction::INVOKE_STATIC: in CollectAccesses()
|
D | flow_analysis.cc | 318 case Instruction::INVOKE_STATIC: in ProcessDexInstruction()
|
/art/test/979-const-method-handle/util-src/transformer/ |
D | ConstantTransformer.java | 125 case ConstantMethodHandle.INVOKE_STATIC: in visitMethod()
|
/art/tools/dexanalyze/ |
D | dexanalyze_experiments.cc | 400 case Instruction::INVOKE_STATIC: in ProcessDexFile() 586 case Instruction::INVOKE_STATIC: { in ProcessDexFile()
|
D | dexanalyze_bytecode.cc | 359 case Instruction::INVOKE_STATIC: in ProcessCodeItem()
|
/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 | 792 case Instruction::INVOKE_STATIC: in GetInvokeTypeFromOpCode() 2255 case Instruction::INVOKE_STATIC: in ProcessDexInstruction()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1340 case Instruction::INVOKE_STATIC: in artQuickResolutionTrampoline()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1735 ALWAYS_INLINE void INVOKE_STATIC() REQUIRES_SHARED(Locks::mutator_lock_) { in INVOKE_STATIC() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3061 case Instruction::INVOKE_STATIC: in CodeFlowVerifyInstruction()
|