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

/art/compiler/optimizing/
H A Dinstruction_simplifier_arm64.cc30 void InstructionSimplifierArm64Visitor::TryExtractArrayAccessAddress(HInstruction* access, argument
46 // memory access instruction, so do not split the access.
49 if (access->IsArraySet() &&
50 access->AsArraySet()->GetValue()->GetType() == Primitive::kPrimNot) {
51 // The access may require a runtime call or the original array pointer.
63 access->GetBlock()->InsertInstructionBefore(address, access);
64 access->ReplaceInput(address, 0);
67 access
[all...]

Completed in 228 milliseconds