Searched refs:ScopedFrame (Results 1 – 1 of 1) sorted by relevance
468 class ScopedFrame; variable583 class FrameHeapTemplate<LockPolicy>::ScopedFrame591 explicit ScopedFrame(FrameHeapTemplate<LockPolicy>& heap) : m_State(heap), m_Heap(heap) {} in ScopedFrame() function595 ~ScopedFrame() { m_Heap.RestoreState(m_State); } in ~ScopedFrame()