Flutter Engine
The Flutter Engine
|
#include <safepoint.h>
Protected Member Functions | |
SafepointOperationScope (Thread *T, SafepointLevel level) | |
~SafepointOperationScope () | |
Additional Inherited Members | |
Public Member Functions inherited from dart::ThreadStackResource | |
ThreadStackResource (Thread *T) | |
~ThreadStackResource () | |
Thread * | thread () const |
Isolate * | isolate () const |
IsolateGroup * | isolate_group () const |
Public Member Functions inherited from dart::StackResource | |
StackResource (ThreadState *thread) | |
virtual | ~StackResource () |
ThreadState * | thread () const |
Static Public Member Functions inherited from dart::StackResource | |
static void | Unwind (ThreadState *thread) |
static void | UnwindAbove (ThreadState *thread, StackResource *new_top) |
Definition at line 20 of file safepoint.h.
|
protected |
Definition at line 15 of file safepoint.cc.
|
protected |
Definition at line 24 of file safepoint.cc.