Lines Matching refs:Int32Value

159   Store(Riscv64ManagedRegister::FromXRegister(SP), MemberOffset(offs.Int32Value()), m_src, size);  in Store()
170 __ Storew(src.AsXRegister(), base.AsXRegister(), offs.Int32Value()); in Store()
173 __ Stored(src.AsXRegister(), base.AsXRegister(), offs.Int32Value()); in Store()
178 __ FStorew(src.AsFRegister(), base.AsXRegister(), offs.Int32Value()); in Store()
181 __ FStored(src.AsFRegister(), base.AsXRegister(), offs.Int32Value()); in Store()
188 Store(sp, MemberOffset(offs.Int32Value()), m_src, static_cast<size_t>(kRiscv64PointerSize)); in StoreRawPtr()
199 __ Stored(src, TR, offs.Int32Value()); in StoreStackPointerToThread()
204 Load(m_dest, sp, MemberOffset(offs.Int32Value()), size); in Load()
221 __ Loadw(dest.AsXRegister(), base.AsXRegister(), offs.Int32Value()); in Load()
224 __ Loadd(dest.AsXRegister(), base.AsXRegister(), offs.Int32Value()); in Load()
229 __ FLoadw(dest.AsFRegister(), base.AsXRegister(), offs.Int32Value()); in Load()
232 __ FLoadd(dest.AsFRegister(), base.AsXRegister(), offs.Int32Value()); in Load()
239 Load(m_dest, tr, MemberOffset(offs.Int32Value()), static_cast<size_t>(kRiscv64PointerSize)); in LoadRawPtrFromThread()
248 __ Loadwu(dest.AsXRegister(), base.AsXRegister(), offs.Int32Value()); in LoadGcRootWithoutReadBarrier()
258 m_dest, Riscv64ManagedRegister::FromXRegister(SP), MemberOffset(offs.Int32Value())); in LoadStackReference()
407 __ Stored(TR, SP, offset.Int32Value()); in GetCurrentThread()
441 __ Loadd(tmp, base.AsXRegister(), offs.Int32Value()); in Jump()
448 __ Loadd(RA, base.AsXRegister(), offs.Int32Value()); in Call()
473 static_assert(thread_flags_offset.Int32Value() == 0); // LR/SC require exact address. in TryToTransitionFromRunnableToNative()
486 __ Stored(Zero, TR, thread_held_mutex_mutator_lock_offset.Int32Value()); in TryToTransitionFromRunnableToNative()
510 static_assert(thread_flags_offset.Int32Value() == 0); // LR/SC require exact address. in TryToTransitionFromNativeToRunnable()
525 __ Loadd(scratch, TR, thread_mutator_lock_offset.Int32Value()); in TryToTransitionFromNativeToRunnable()
526 __ Stored(scratch, TR, thread_held_mutex_mutator_lock_offset.Int32Value()); in TryToTransitionFromNativeToRunnable()
532 __ Loadw(tmp, TR, Thread::ThreadFlagsOffset<kRiscv64PointerSize>().Int32Value()); in SuspendCheck()
541 __ Loadd(tmp, TR, Thread::ExceptionOffset<kRiscv64PointerSize>().Int32Value()); in ExceptionPoll()
549 __ Loadd(A0, TR, Thread::ExceptionOffset<kRiscv64PointerSize>().Int32Value()); in DeliverPendingException()
550 __ Loadd(RA, TR, QUICK_ENTRYPOINT_OFFSET(kRiscv64PointerSize, pDeliverException).Int32Value()); in DeliverPendingException()
572 int32_t is_gc_marking_offset = Thread::IsGcMarkingOffset<kRiscv64PointerSize>().Int32Value(); in TestGcMarking()
590 __ Loadw(tmp, ref, mirror::Object::MonitorOffset().Int32Value()); in TestMarkBit()
637 __ AddConst64(dest.AsXRegister(), SP, spilled_reference_offset.Int32Value()); in CreateJObject()