Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DInvokeChanger.java45 Opcode.INVOKE_STATIC_RANGE,
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java139 INVOKE_STATIC_RANGE, enumConstant
DInstruction.java441 addOpcodeInfo(Opcode.INVOKE_STATIC_RANGE, "invoke-static/range", 0x77, new Format3rc()); in addOpcodeInfo() argument
/art/runtime/entrypoints/jni/
Djni_entrypoints.cc42 instruction.Opcode() == Instruction::INVOKE_STATIC_RANGE); in GetInvokeStaticMethodIndex()
/art/tools/veridex/
Dhidden_api_finder.cc105 case Instruction::INVOKE_STATIC_RANGE: in CollectAccesses()
Dflow_analysis.cc327 case Instruction::INVOKE_STATIC_RANGE: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_utils.h77 return opcode == Instruction::INVOKE_STATIC || opcode == Instruction::INVOKE_STATIC_RANGE; in IsInstructionInvokeStatic()
Ddex_instruction.cc435 case INVOKE_STATIC_RANGE: in DumpString()
Ddex_instruction_list.h141 …V(0x77, INVOKE_STATIC_RANGE, "invoke-static/range", k3rc, kIndexMethodRef, kContinue | kThrow | kI…
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc41 code == Instruction::INVOKE_STATIC_RANGE || in IsRange()
401 case Instruction::INVOKE_STATIC_RANGE: { in ProcessDexFile()
/art/runtime/interpreter/mterp/
Dnterp.cc206 case Instruction::INVOKE_STATIC_RANGE: { in NterpGetMethod()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1195 HANDLER_ATTRIBUTES bool INVOKE_STATIC_RANGE() { in INVOKE_STATIC_RANGE() function
/art/compiler/optimizing/
Dinstruction_builder.cc805 case Instruction::INVOKE_STATIC_RANGE: in GetInvokeTypeFromOpCode()
2576 case Instruction::INVOKE_STATIC_RANGE: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3070 case Instruction::INVOKE_STATIC_RANGE: { in CodeFlowVerifyInstruction()
3071 bool is_range = (inst->Opcode() == Instruction::INVOKE_STATIC_RANGE); in CodeFlowVerifyInstruction()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1262 case Instruction::INVOKE_STATIC_RANGE: in artQuickResolutionTrampoline()