Definition at line 992 of file compiler.cc.
◆ QueueElement()
dart::QueueElement::QueueElement |
( |
const Function & |
function | ) |
|
|
inlineexplicit |
Definition at line 994 of file compiler.cc.
995 : next_(
nullptr), function_(
function.ptr()) {}
ObjectPtr function() const
◆ ~QueueElement()
virtual dart::QueueElement::~QueueElement |
( |
| ) |
|
|
inlinevirtual |
Definition at line 997 of file compiler.cc.
997 {
998 next_ = nullptr;
1000 }
◆ Function()
FunctionPtr dart::QueueElement::Function |
( |
| ) |
const |
|
inline |
◆ function()
ObjectPtr dart::QueueElement::function |
( |
| ) |
const |
|
inline |
◆ function_untag()
ObjectPtr * dart::QueueElement::function_untag |
( |
| ) |
|
|
inline |
Definition at line 1008 of file compiler.cc.
1008 {
1009 return reinterpret_cast<ObjectPtr*>(&function_);
1010 }
◆ next()
◆ set_next()
The documentation for this class was generated from the following file:
- third_party/dart-lang/sdk/runtime/vm/compiler/jit/compiler.cc