Home
last modified time | relevance | path

Searched defs:tmp_ptr (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_arm64.cc1574 Register tmp_ptr = temps.AcquireX(); in EmitNativeCode() local
1653 Register tmp_ptr = temps.AcquireX(); // Pointer to actual memory. in GenUnsafeCas() local
1933 Register tmp_ptr = XRegisterFrom(locations->GetTemp(0)); // Pointer to actual memory. in GenUnsafeGetAndUpdate() local
5026 Register tmp_ptr = target.offset.X(); in GenerateVarHandleGet() local
5345 Register tmp_ptr = target.offset.X(); in GenerateVarHandleCompareAndSetOrExchange() local
5673 Register tmp_ptr = target.offset.X(); in GenerateVarHandleGetAndUpdate() local
Dintrinsics_riscv64.cc1430 XRegister tmp_ptr = srs.AllocateXRegister(); in EmitNativeCode() local
2904 XRegister tmp_ptr = srs.AllocateXRegister(); // Pointer to actual memory. in GenUnsafeCas() local
3118 XRegister tmp_ptr = srs.AllocateXRegister(); // Pointer to actual memory. in GenUnsafeGetAndUpdate() local
4339 XRegister tmp_ptr = target.offset; in GenerateVarHandleCompareAndSetOrExchange() local
4733 XRegister tmp_ptr = target.offset; in GenerateVarHandleGetAndUpdate() local
Dintrinsics_arm_vixl.cc3697 vixl32::Register tmp_ptr = temps.Acquire(); in EmitNativeCode() local
3793 vixl32::Register tmp_ptr = temps.Acquire(); in GenUnsafeCas() local
4108 vixl32::Register tmp_ptr = RegisterFrom(locations->GetTemp(0)); // Pointer to actual memory. in GenUnsafeGetAndUpdate() local
5130 vixl32::Register tmp_ptr = temps.Acquire(); in GenerateVarHandleCompareAndSetOrExchange() local
5501 vixl32::Register tmp_ptr = temps.Acquire(); in GenerateVarHandleGetAndUpdate() local