Flutter Engine
The Flutter Engine
|
#include <deopt_instructions.h>
Additional Inherited Members | |
Public Types inherited from dart::BitField< intptr_t, uint32_t, 8, 8 > | |
typedef uint32_t | Type |
Static Public Member Functions inherited from dart::BitField< intptr_t, uint32_t, 8, 8 > | |
static constexpr bool | is_valid (uint32_t 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 (uint32_t value) |
static constexpr uint32_t | decode (intptr_t value) |
static constexpr intptr_t | update (uint32_t value, intptr_t original) |
Static Public Attributes inherited from dart::BitField< intptr_t, uint32_t, 8, 8 > | |
static constexpr intptr_t | kNextBit |
Definition at line 590 of file deopt_instructions.h.