Searched refs:LoadAcquire (Results 1 – 3 of 3) sorted by relevance
328 void LoadAcquire(HInstruction* instruction, vixl::CPURegister dst, const vixl::MemOperand& src);
675 codegen->LoadAcquire(invoke, trg, mem_op); in GenUnsafeGet()
843 void CodeGeneratorARM64::LoadAcquire(HInstruction* instruction, in LoadAcquire() function in art::arm64::CodeGeneratorARM641147 codegen_->LoadAcquire(instruction, OutputCPURegister(instruction), field); in HandleFieldGet()