Home
last modified time | relevance | path

Searched refs:IsInstructionIGetOrIPut (Results 1 – 8 of 8) sorted by relevance

/art/runtime/
Ddex_instruction_utils.h106 constexpr bool IsInstructionIGetOrIPut(Instruction::Code code) { in IsInstructionIGetOrIPut() function
189 DCHECK(IsInstructionIGetOrIPut(opcode)); in IGetOrIPutMemAccessType()
/art/compiler/dex/
Dmir_analysis.cc1226 const bool is_iget_or_iput = IsInstructionIGetOrIPut(mir->dalvikInsn.opcode); in DoCacheFieldLoweringInfo()
Dmir_graph.h1138 DCHECK(IsInstructionIGetOrIPut(mir->dalvikInsn.opcode)); in GetGvnIFieldId()
Dlocal_value_numbering_test.cc147 if (IsInstructionIGetOrIPut(def->opcode)) { in DoPrepareMIRs()
Dmir_optimization_test.cc292 if (IsInstructionIGetOrIPut(def->opcode)) { in DoPrepareMIRs()
Dtype_inference_test.cc397 if (IsInstructionIGetOrIPut(def->opcode)) { in DoPrepareMIRs()
Dglobal_value_numbering_test.cc243 if (IsInstructionIGetOrIPut(def->opcode)) { in DoPrepareMIRs()
Dgvn_dead_code_elimination_test.cc271 if (IsInstructionIGetOrIPut(def->opcode)) { in DoPrepareMIRs()