Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
List of all members
dart::Code::KindField Class Reference

#include <object.h>

Inheritance diagram for dart::Code::KindField:
dart::BitField< intptr_t, CallKind, 0, 3 >

Additional Inherited Members

- Public Types inherited from dart::BitField< intptr_t, CallKind, 0, 3 >
typedef CallKind Type
 
- Static Public Member Functions inherited from dart::BitField< intptr_t, CallKind, 0, 3 >
static constexpr bool is_valid (CallKind 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 (CallKind value)
 
static constexpr CallKind decode (intptr_t value)
 
static constexpr intptr_t update (CallKind value, intptr_t original)
 
- Static Public Attributes inherited from dart::BitField< intptr_t, CallKind, 0, 3 >
static constexpr intptr_t kNextBit
 

Detailed Description

Definition at line 6965 of file object.h.


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