Home
last modified time | relevance | path

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

/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/
DInvokeChanger.java37 Opcode.INVOKE_STATIC,
DNewMethodCaller.java157 newInsn.insn.info = Instruction.getOpcodeInfo(Opcode.INVOKE_STATIC); in applyMutation()
/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.cc114 case Instruction::INVOKE_STATIC: in CollectAccesses()
Dflow_analysis.cc310 case Instruction::INVOKE_STATIC: in ProcessDexInstruction()
/art/test/VerifierDeps/
DMain.smali323 # INVOKE_STATIC does not resolve to methods in superinterfaces. This will
/art/compiler/optimizing/
Dinstruction_builder.cc805 case Instruction::INVOKE_STATIC: in GetInvokeTypeFromOpCode()
2104 case Instruction::INVOKE_STATIC: in ProcessDexInstruction()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1334 case Instruction::INVOKE_STATIC: in artQuickResolutionTrampoline()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1657 case Instruction::INVOKE_STATIC: { in ExecuteSwitchImplCpp()