Home
last modified time | relevance | path

Searched refs:IsInstructionSGetOrSPut (Results 1 – 9 of 9) sorted by relevance

/art/runtime/
Ddex_instruction_utils.h115 constexpr bool IsInstructionSGetOrSPut(Instruction::Code code) { in IsInstructionSGetOrSPut() function
219 DCHECK(IsInstructionSGetOrSPut(opcode)); in SGetOrSPutMemAccessType()
/art/compiler/dex/
Dmir_analysis.cc1254 } else if (IsInstructionSGetOrSPut(mir->dalvikInsn.opcode)) { in DoCacheFieldLoweringInfo()
Dmir_graph.h1145 DCHECK(IsInstructionSGetOrSPut(mir->dalvikInsn.opcode)); in GetGvnSFieldId()
Dmir_optimization.cc1193 if (IsInstructionSGetOrSPut(mir->dalvikInsn.opcode)) { in EliminateClassInitChecksGate()
1293 if (IsInstructionSGetOrSPut(mir->dalvikInsn.opcode)) { in EliminateClassInitChecks()
Dlocal_value_numbering_test.cc152 } else if (IsInstructionSGetOrSPut(def->opcode)) { in DoPrepareMIRs()
Dmir_optimization_test.cc297 } else if (IsInstructionSGetOrSPut(def->opcode)) { in DoPrepareMIRs()
Dtype_inference_test.cc403 } else if (IsInstructionSGetOrSPut(def->opcode)) { in DoPrepareMIRs()
Dglobal_value_numbering_test.cc248 } else if (IsInstructionSGetOrSPut(def->opcode)) { in DoPrepareMIRs()
Dgvn_dead_code_elimination_test.cc276 } else if (IsInstructionSGetOrSPut(def->opcode)) { in DoPrepareMIRs()