• Home
  • Raw
  • Download

Lines Matching refs:Int32Value

55   StoreToOffset(TR, SP, offset.Int32Value());  in GetCurrentThread()
132 StoreWToOffset(kStoreWord, src.AsWRegister(), SP, offs.Int32Value()); in Store()
135 StoreToOffset(src.AsXRegister(), SP, offs.Int32Value()); in Store()
137 StoreSToOffset(src.AsSRegister(), SP, offs.Int32Value()); in Store()
140 StoreDToOffset(src.AsDRegister(), SP, offs.Int32Value()); in Store()
148 offs.Int32Value()); in StoreRef()
154 StoreToOffset(src.AsXRegister(), SP, offs.Int32Value()); in StoreRawPtr()
164 offs.Int32Value()); in StoreImmediateToFrame()
172 AddConstant(scratch.AsXRegister(), SP, fr_offs.Int32Value()); in StoreStackOffsetToThread()
173 StoreToOffset(scratch.AsXRegister(), TR, tr_offs.Int32Value()); in StoreStackOffsetToThread()
180 ___ Str(temp, MEM_OP(reg_x(TR), tr_offs.Int32Value())); in StoreStackPointerToThread()
189 StoreToOffset(source.AsXRegister(), SP, dest_off.Int32Value()); in StoreSpanning()
190 LoadFromOffset(scratch.AsXRegister(), SP, in_off.Int32Value()); in StoreSpanning()
191 StoreToOffset(scratch.AsXRegister(), SP, dest_off.Int32Value() + 8); in StoreSpanning()
282 return Load(m_dst.AsArm64(), SP, src.Int32Value(), size); in Load()
288 return Load(m_dst.AsArm64(), TR, src.Int32Value(), size); in LoadFromThread()
294 LoadWFromOffset(kLoadWord, dst.AsOverlappingWRegister(), SP, offs.Int32Value()); in LoadRef()
305 offs.Int32Value()); in LoadRef()
321 ___ Ldr(reg_x(dst.AsXRegister()), MEM_OP(reg_x(base.AsXRegister()), offs.Int32Value())); in LoadRawPtr()
327 LoadFromOffset(dst.AsXRegister(), TR, offs.Int32Value()); in LoadRawPtrFromThread()
365 LoadFromOffset(scratch.AsXRegister(), TR, tr_offs.Int32Value()); in CopyRawPtrFromThread()
366 StoreToOffset(scratch.AsXRegister(), SP, fr_offs.Int32Value()); in CopyRawPtrFromThread()
374 LoadFromOffset(scratch.AsXRegister(), SP, fr_offs.Int32Value()); in CopyRawPtrToThread()
375 StoreToOffset(scratch.AsXRegister(), TR, tr_offs.Int32Value()); in CopyRawPtrToThread()
382 SP, src.Int32Value()); in CopyRef()
384 SP, dest.Int32Value()); in CopyRef()
395 LoadWFromOffset(kLoadWord, scratch.AsOverlappingWRegister(), SP, src.Int32Value()); in Copy()
396 StoreWToOffset(kStoreWord, scratch.AsOverlappingWRegister(), SP, dest.Int32Value()); in Copy()
398 LoadFromOffset(scratch.AsXRegister(), SP, src.Int32Value()); in Copy()
399 StoreToOffset(scratch.AsXRegister(), SP, dest.Int32Value()); in Copy()
417 src_offset.Int32Value()); in Copy()
418 StoreWToOffset(kStoreWord, scratch.AsWRegister(), SP, dest.Int32Value()); in Copy()
420 LoadFromOffset(scratch.AsXRegister(), base.AsXRegister(), src_offset.Int32Value()); in Copy()
421 StoreToOffset(scratch.AsXRegister(), SP, dest.Int32Value()); in Copy()
438 LoadWFromOffset(kLoadWord, scratch.AsWRegister(), SP, src.Int32Value()); in Copy()
440 dest_offs.Int32Value()); in Copy()
442 LoadFromOffset(scratch.AsXRegister(), SP, src.Int32Value()); in Copy()
443 StoreToOffset(scratch.AsXRegister(), base.AsXRegister(), dest_offs.Int32Value()); in Copy()
473 src_offset.Int32Value()); in Copy()
475 dest_offset.Int32Value()); in Copy()
478 src_offset.Int32Value()); in Copy()
480 dest_offset.Int32Value()); in Copy()
483 LoadFromOffset(scratch.AsXRegister(), src.AsXRegister(), src_offset.Int32Value()); in Copy()
484 StoreToOffset(scratch.AsXRegister(), dest.AsXRegister(), dest_offset.Int32Value()); in Copy()
539 LoadFromOffset(scratch.AsXRegister(), base.AsXRegister(), offs.Int32Value()); in Call()
547 LoadFromOffset(scratch.AsXRegister(), SP, base.Int32Value()); in Call()
548 LoadFromOffset(scratch.AsXRegister(), scratch.AsXRegister(), offs.Int32Value()); in Call()
572 handle_scope_offs.Int32Value()); in CreateHandleScopeEntry()
579 AddConstant(out_reg.AsXRegister(), SP, handle_scope_offs.Int32Value(), ne); in CreateHandleScopeEntry()
581 AddConstant(out_reg.AsXRegister(), SP, handle_scope_offs.Int32Value(), al); in CreateHandleScopeEntry()
593 handle_scope_offset.Int32Value()); in CreateHandleScopeEntry()
599 AddConstant(scratch.AsXRegister(), SP, handle_scope_offset.Int32Value(), ne); in CreateHandleScopeEntry()
601 AddConstant(scratch.AsXRegister(), SP, handle_scope_offset.Int32Value(), al); in CreateHandleScopeEntry()
603 StoreToOffset(scratch.AsXRegister(), SP, out_off.Int32Value()); in CreateHandleScopeEntry()
628 Thread::ExceptionOffset<kArm64PointerSize>().Int32Value()); in ExceptionPoll()
679 QUICK_ENTRYPOINT_OFFSET(kArm64PointerSize, pDeliverException).Int32Value())); in EmitExceptionPoll()
780 ___ Ldr(mr.W(), MemOperand(tr, Thread::IsGcMarkingOffset<kArm64PointerSize>().Int32Value())); in RemoveFrame()