Lines Matching refs:Start
87 … return FrameKindField::Get(*GetPtr<SlotType>(CFrameLayout::FlagsSlot::Start())) == FrameKind::OSR; in IsOsr()
92 … return FrameKindField::Get(*GetPtr<SlotType>(CFrameLayout::FlagsSlot::Start())) == FrameKind::JNI; in IsJni()
99 return ShouldDeoptimizeFlag::Get(*GetPtr<SlotType>(CFrameLayout::FlagsSlot::Start())); in ShouldDeoptimize()
104 ShouldDeoptimizeFlag::Set(v, GetPtr<SlotType>(CFrameLayout::FlagsSlot::Start())); in SetShouldDeoptimize()
109 return *GetPtr<SlotType *>(CFrameLayout::PrevFrameSlot::Start()); in GetPrevFrame()
114 return *GetPtr<SlotType *>(CFrameLayout::PrevFrameSlot::Start()); in GetPrevFrame()
119 *GetPtr<SlotType>(CFrameLayout::PrevFrameSlot::Start()) = bit_cast<SlotType>(prev_frame); in SetPrevFrame()
124 return *GetPtr<Method *>(CFrameLayout::MethodSlot::Start()); in GetMethod()
134 *GetPtr<SlotType>(CFrameLayout::MethodSlot::Start()) = bit_cast<SlotType>(method); in SetMethod()
139 return *GetPtr<void *>(CFrameData::Start()); in GetDeoptCodeEntry()
149 *GetPtr<const void *>(CFrameData::Start()) = value; in SetDeoptCodeEntry()
156 return *GetPtr<uintptr_t>(CFrameLayout::LrSlot::Start()); in GetLr()