Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
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 419 of file heap.h.

Constructor & Destructor Documentation

◆ ForceGrowthScope()

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

Definition at line 1140 of file heap.cc.

◆ ~ForceGrowthScope()

dart::ForceGrowthScope::~ForceGrowthScope ( )

Definition at line 1145 of file heap.cc.

1145 {
1147}
void DecrementForceGrowthScopeDepth()
Definition thread.h:633

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