Flutter Engine
The Flutter Engine
|
#include <deopt_instructions.h>
Public Types | |
enum | Kind { kStackSlot = 0 , kRegister = 1 } |
Public Member Functions | |
RegisterSource (intptr_t source_index) | |
RegisterSource (Kind kind, intptr_t index) | |
template<typename T > | |
T | Value (DeoptContext *context) const |
intptr_t | StackSlot (DeoptContext *context) const |
intptr_t | source_index () const |
const char * | ToCString () const |
Definition at line 397 of file deopt_instructions.h.
enum dart::RegisterSource::Kind |
Enumerator | |
---|---|
kStackSlot | |
kRegister |
Definition at line 399 of file deopt_instructions.h.
|
inlineexplicit |
Definition at line 406 of file deopt_instructions.h.
|
inline |
Definition at line 409 of file deopt_instructions.h.
|
inline |
Definition at line 429 of file deopt_instructions.h.
|
inline |
Definition at line 424 of file deopt_instructions.h.
|
inline |
Definition at line 431 of file deopt_instructions.h.
|
inline |
Definition at line 414 of file deopt_instructions.h.