Searched refs:INVOKE_STATIC_RANGE (Results 1 – 14 of 14) 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/tools/veridex/ |
D | hidden_api_finder.cc | 105 case Instruction::INVOKE_STATIC_RANGE: in CollectAccesses()
|
D | flow_analysis.cc | 327 case Instruction::INVOKE_STATIC_RANGE: in ProcessDexInstruction()
|
/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/dexanalyze/ |
D | dexanalyze_experiments.cc | 41 code == Instruction::INVOKE_STATIC_RANGE || in IsRange() 401 case Instruction::INVOKE_STATIC_RANGE: { in ProcessDexFile()
|
/art/runtime/interpreter/mterp/ |
D | nterp.cc | 177 case Instruction::INVOKE_STATIC_RANGE: { in NterpGetMethod()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 794 case Instruction::INVOKE_STATIC_RANGE: in GetInvokeTypeFromOpCode() 2303 case Instruction::INVOKE_STATIC_RANGE: in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1195 HANDLER_ATTRIBUTES bool INVOKE_STATIC_RANGE() { in INVOKE_STATIC_RANGE() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3069 case Instruction::INVOKE_STATIC_RANGE: { in CodeFlowVerifyInstruction() 3070 bool is_range = (inst->Opcode() == Instruction::INVOKE_STATIC_RANGE); in CodeFlowVerifyInstruction()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1263 case Instruction::INVOKE_STATIC_RANGE: in artQuickResolutionTrampoline()
|