Flutter Engine
The Flutter Engine
|
#include <deopt_instructions.h>
Additional Inherited Members | |
Public Types inherited from dart::BitField< intptr_t, ICData::DeoptReasonId, 0, 8 > | |
typedef ICData::DeoptReasonId | Type |
Static Public Member Functions inherited from dart::BitField< intptr_t, ICData::DeoptReasonId, 0, 8 > | |
static constexpr bool | is_valid (ICData::DeoptReasonId value) |
static constexpr intptr_t | mask () |
static constexpr intptr_t | mask_in_place () |
static constexpr int | shift () |
static constexpr int | bitsize () |
static constexpr intptr_t | encode (ICData::DeoptReasonId value) |
static constexpr ICData::DeoptReasonId | decode (intptr_t value) |
static constexpr intptr_t | update (ICData::DeoptReasonId value, intptr_t original) |
Static Public Attributes inherited from dart::BitField< intptr_t, ICData::DeoptReasonId, 0, 8 > | |
static constexpr intptr_t | kNextBit |
Definition at line 589 of file deopt_instructions.h.