Home | History | Annotate | Download | only in optimizing

Lines Matching refs:LoadAcquire

1946 void CodeGeneratorARM64::LoadAcquire(HInstruction* instruction,
2357 // CodeGeneratorARM64::LoadAcquire call.
2358 // NB: LoadAcquire will record the pc info if needed.
2359 codegen_->LoadAcquire(
6341 LoadAcquire(instruction, ref_reg, field, /* needs_null_check */ false);
6369 // Implicit null checks are handled by CodeGeneratorARM64::LoadAcquire.
6370 LoadAcquire(instruction, ref_reg, field, needs_null_check);