Searched refs:top_offset_ (Results 1 – 1 of 1) sorted by relevance
50 top_offset_(frame->GetFrameSize()) {} in FrameWriter()63 DebugPrintOutputObject(obj, top_offset_, debug_hint); in PushRawObject()71 top_offset_ -= kPCOnStackSize; in PushBottommostCallerPc()72 frame_->SetFrameSlot(top_offset_, pc); in PushBottommostCallerPc()77 top_offset_ -= kPCOnStackSize; in PushApprovedCallerPc()78 frame_->SetCallerPc(top_offset_, pc); in PushApprovedCallerPc()83 top_offset_ -= kFPOnStackSize; in PushCallerFp()84 frame_->SetCallerFp(top_offset_, fp); in PushCallerFp()89 top_offset_ -= kSystemPointerSize; in PushCallerConstantPool()90 frame_->SetCallerConstantPool(top_offset_, cp); in PushCallerConstantPool()[all …]