Flutter Engine
The Flutter Engine
Public Member Functions | List of all members
dart::ForceGrowthScope Class Reference

#include <heap.h>

Inheritance diagram for dart::ForceGrowthScope:
dart::ThreadStackResource dart::StackResource

Public Member Functions

 ForceGrowthScope (Thread *thread)
 
 ~ForceGrowthScope ()
 
- Public Member Functions inherited from dart::ThreadStackResource
 ThreadStackResource (Thread *T)
 
 ~ThreadStackResource ()
 
Threadthread () const
 
Isolateisolate () const
 
IsolateGroupisolate_group () const
 
- Public Member Functions inherited from dart::StackResource
 StackResource (ThreadState *thread)
 
virtual ~StackResource ()
 
ThreadStatethread () const
 

Additional Inherited Members

- Static Public Member Functions inherited from dart::StackResource
static void Unwind (ThreadState *thread)
 
static void UnwindAbove (ThreadState *thread, StackResource *new_top)
 

Detailed Description

Definition at line 420 of file heap.h.

Constructor & Destructor Documentation

◆ ForceGrowthScope()

dart::ForceGrowthScope::ForceGrowthScope ( Thread thread)
explicit

Definition at line 1151 of file heap.cc.

◆ ~ForceGrowthScope()

dart::ForceGrowthScope::~ForceGrowthScope ( )

Definition at line 1156 of file heap.cc.

1156 {
1158}
void DecrementForceGrowthScopeDepth()
Definition: thread.h:638

The documentation for this class was generated from the following files: