Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
dart::ReloadSafepointOperationScope Class Reference

#include <safepoint.h>

Inheritance diagram for dart::ReloadSafepointOperationScope:
dart::SafepointOperationScope dart::ThreadStackResource dart::StackResource

Public Member Functions

 ReloadSafepointOperationScope (Thread *T)
 
 ~ReloadSafepointOperationScope ()
 
- 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)
 
- Protected Member Functions inherited from dart::SafepointOperationScope
 SafepointOperationScope (Thread *T, SafepointLevel level)
 
 ~SafepointOperationScope ()
 

Detailed Description

Definition at line 54 of file safepoint.h.

Constructor & Destructor Documentation

◆ ReloadSafepointOperationScope()

dart::ReloadSafepointOperationScope::ReloadSafepointOperationScope ( Thread T)
inlineexplicit

Definition at line 56 of file safepoint.h.

SafepointOperationScope(Thread *T, SafepointLevel level)
Definition safepoint.cc:15
@ kGCAndDeoptAndReload
Definition thread.h:295
#define T

◆ ~ReloadSafepointOperationScope()

dart::ReloadSafepointOperationScope::~ReloadSafepointOperationScope ( )
inline

Definition at line 58 of file safepoint.h.

58{}

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