Searched refs:INVOKE_STATIC_RANGE (Results 1 – 11 of 11) 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 | 124 case Instruction::INVOKE_STATIC_RANGE: in CollectAccesses()
|
D | flow_analysis.cc | 319 case Instruction::INVOKE_STATIC_RANGE: in ProcessDexInstruction()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 806 case Instruction::INVOKE_STATIC_RANGE: in GetInvokeTypeFromOpCode() 2131 case Instruction::INVOKE_STATIC_RANGE: in ProcessDexInstruction()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1338 case Instruction::INVOKE_STATIC_RANGE: in artQuickResolutionTrampoline()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1664 case Instruction::INVOKE_STATIC_RANGE: { in ExecuteSwitchImplCpp()
|