Searched refs:INVOKE_STATIC_RANGE (Results 1 – 10 of 10) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 139 INVOKE_STATIC_RANGE, enumConstant
|
D | Instruction.java | 441 addOpcodeInfo(Opcode.INVOKE_STATIC_RANGE, "invoke-static/range", 0x77, new Format3rc()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | InvokeChanger.java | 45 Opcode.INVOKE_STATIC_RANGE,
|
/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 | 435 case INVOKE_STATIC_RANGE: in DumpString()
|
D | dex_instruction_list.h | 141 …V(0x77, INVOKE_STATIC_RANGE, "invoke-static/range", k3rc, kIndexMethodRef, kContinue | kThrow | kI…
|
/art/tools/veridex/ |
D | hidden_api_finder.cc | 109 case Instruction::INVOKE_STATIC_RANGE: in CollectAccesses()
|
D | flow_analysis.cc | 327 case Instruction::INVOKE_STATIC_RANGE: in ProcessDexInstruction()
|
/art/tools/dexanalyze/ |
D | dexanalyze_experiments.cc | 41 code == Instruction::INVOKE_STATIC_RANGE || in IsRange() 401 case Instruction::INVOKE_STATIC_RANGE: { in ProcessDexFile()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1344 case Instruction::INVOKE_STATIC_RANGE: in artQuickResolutionTrampoline()
|