Searched refs:INVOKE_STATIC_RANGE (Results 1 – 13 of 13) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | InvokeChanger.java | 45 Opcode.INVOKE_STATIC_RANGE,
|
/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/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/compiler/optimizing/ |
D | instruction_builder.cc | 793 case Instruction::INVOKE_STATIC_RANGE: in GetInvokeTypeFromOpCode() 2281 case Instruction::INVOKE_STATIC_RANGE: in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3062 case Instruction::INVOKE_STATIC_RANGE: { in CodeFlowVerifyInstruction() 3063 bool is_range = (inst->Opcode() == Instruction::INVOKE_STATIC_RANGE); in CodeFlowVerifyInstruction()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1344 case Instruction::INVOKE_STATIC_RANGE: in artQuickResolutionTrampoline()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1741 ALWAYS_INLINE void INVOKE_STATIC_RANGE() REQUIRES_SHARED(Locks::mutator_lock_) { in INVOKE_STATIC_RANGE() function
|