Searched refs:ScopedFrame (Results 1 – 1 of 1) sorted by relevance
464 class ScopedFrame; variable579 class FrameHeapTemplate<LockPolicy>::ScopedFrame587 explicit ScopedFrame(FrameHeapTemplate<LockPolicy>& heap) : m_State(heap), m_Heap(heap) {} in ScopedFrame() function591 ~ScopedFrame() { m_Heap.RestoreState(m_State); } in ~ScopedFrame()