Lines Matching refs:Int32Value

59   StoreToOffset(TR, SP, offset.Int32Value());  in GetCurrentThread()
140 StoreWToOffset(kStoreWord, src.AsWRegister(), SP, offs.Int32Value()); in Store()
143 StoreToOffset(src.AsXRegister(), SP, offs.Int32Value()); in Store()
145 StoreSToOffset(src.AsSRegister(), SP, offs.Int32Value()); in Store()
148 StoreDToOffset(src.AsDRegister(), SP, offs.Int32Value()); in Store()
156 offs.Int32Value()); in StoreRef()
162 StoreToOffset(src.AsXRegister(), SP, offs.Int32Value()); in StoreRawPtr()
172 offs.Int32Value()); in StoreImmediateToFrame()
180 AddConstant(scratch.AsXRegister(), SP, fr_offs.Int32Value()); in StoreStackOffsetToThread()
181 StoreToOffset(scratch.AsXRegister(), TR, tr_offs.Int32Value()); in StoreStackOffsetToThread()
188 ___ Str(temp, MEM_OP(reg_x(TR), tr_offs.Int32Value())); in StoreStackPointerToThread()
197 StoreToOffset(source.AsXRegister(), SP, dest_off.Int32Value()); in StoreSpanning()
198 LoadFromOffset(scratch.AsXRegister(), SP, in_off.Int32Value()); in StoreSpanning()
199 StoreToOffset(scratch.AsXRegister(), SP, dest_off.Int32Value() + 8); in StoreSpanning()
290 return Load(m_dst.AsArm64(), SP, src.Int32Value(), size); in Load()
296 return Load(m_dst.AsArm64(), TR, src.Int32Value(), size); in LoadFromThread()
302 LoadWFromOffset(kLoadWord, dst.AsOverlappingWRegister(), SP, offs.Int32Value()); in LoadRef()
313 offs.Int32Value()); in LoadRef()
329 ___ Ldr(reg_x(dst.AsXRegister()), MEM_OP(reg_x(base.AsXRegister()), offs.Int32Value())); in LoadRawPtr()
335 LoadFromOffset(dst.AsXRegister(), TR, offs.Int32Value()); in LoadRawPtrFromThread()
373 LoadFromOffset(scratch.AsXRegister(), TR, tr_offs.Int32Value()); in CopyRawPtrFromThread()
374 StoreToOffset(scratch.AsXRegister(), SP, fr_offs.Int32Value()); in CopyRawPtrFromThread()
382 LoadFromOffset(scratch.AsXRegister(), SP, fr_offs.Int32Value()); in CopyRawPtrToThread()
383 StoreToOffset(scratch.AsXRegister(), TR, tr_offs.Int32Value()); in CopyRawPtrToThread()
390 SP, src.Int32Value()); in CopyRef()
392 SP, dest.Int32Value()); in CopyRef()
403 LoadWFromOffset(kLoadWord, scratch.AsOverlappingWRegister(), SP, src.Int32Value()); in Copy()
404 StoreWToOffset(kStoreWord, scratch.AsOverlappingWRegister(), SP, dest.Int32Value()); in Copy()
406 LoadFromOffset(scratch.AsXRegister(), SP, src.Int32Value()); in Copy()
407 StoreToOffset(scratch.AsXRegister(), SP, dest.Int32Value()); in Copy()
425 src_offset.Int32Value()); in Copy()
426 StoreWToOffset(kStoreWord, scratch.AsWRegister(), SP, dest.Int32Value()); in Copy()
428 LoadFromOffset(scratch.AsXRegister(), base.AsXRegister(), src_offset.Int32Value()); in Copy()
429 StoreToOffset(scratch.AsXRegister(), SP, dest.Int32Value()); in Copy()
446 LoadWFromOffset(kLoadWord, scratch.AsWRegister(), SP, src.Int32Value()); in Copy()
448 dest_offs.Int32Value()); in Copy()
450 LoadFromOffset(scratch.AsXRegister(), SP, src.Int32Value()); in Copy()
451 StoreToOffset(scratch.AsXRegister(), base.AsXRegister(), dest_offs.Int32Value()); in Copy()
481 src_offset.Int32Value()); in Copy()
483 dest_offset.Int32Value()); in Copy()
486 src_offset.Int32Value()); in Copy()
488 dest_offset.Int32Value()); in Copy()
491 LoadFromOffset(scratch.AsXRegister(), src.AsXRegister(), src_offset.Int32Value()); in Copy()
492 StoreToOffset(scratch.AsXRegister(), dest.AsXRegister(), dest_offset.Int32Value()); in Copy()
547 LoadFromOffset(scratch.AsXRegister(), base.AsXRegister(), offs.Int32Value()); in Jump()
556 LoadFromOffset(scratch.AsXRegister(), base.AsXRegister(), offs.Int32Value()); in Call()
564 LoadFromOffset(scratch.AsXRegister(), SP, base.Int32Value()); in Call()
565 LoadFromOffset(scratch.AsXRegister(), scratch.AsXRegister(), offs.Int32Value()); in Call()
589 handle_scope_offs.Int32Value()); in CreateHandleScopeEntry()
596 AddConstant(out_reg.AsXRegister(), SP, handle_scope_offs.Int32Value(), ne); in CreateHandleScopeEntry()
598 AddConstant(out_reg.AsXRegister(), SP, handle_scope_offs.Int32Value(), al); in CreateHandleScopeEntry()
610 handle_scope_offset.Int32Value()); in CreateHandleScopeEntry()
616 AddConstant(scratch.AsXRegister(), SP, handle_scope_offset.Int32Value(), ne); in CreateHandleScopeEntry()
618 AddConstant(scratch.AsXRegister(), SP, handle_scope_offset.Int32Value(), al); in CreateHandleScopeEntry()
620 StoreToOffset(scratch.AsXRegister(), SP, out_off.Int32Value()); in CreateHandleScopeEntry()
645 Thread::ExceptionOffset<kArm64PointerSize>().Int32Value()); in ExceptionPoll()
696 QUICK_ENTRYPOINT_OFFSET(kArm64PointerSize, pDeliverException).Int32Value())); in EmitExceptionPoll()
797 ___ Ldr(mr.W(), MemOperand(tr, Thread::IsGcMarkingOffset<kArm64PointerSize>().Int32Value())); in RemoveFrame()