Searched defs:access (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dinstruction_simplifier_shared.cc230 bool TryExtractArrayAccessAddress(HInstruction* access, argument
237 // memory access instruction, so do not split the access.
240 if (access->IsArraySet() &&
241 access->AsArraySet()->GetValue()->GetType() == Primitive::kPrimNot) {
242 // The access may require a runtime call or the original array pointer.
246 access->IsArrayGet() &&
247 access->GetType() == Primitive::kPrimNot) {
254 HGraph* graph = access->GetBlock()->GetGraph();
261 access
[all...]

Completed in 114 milliseconds