Flutter Engine
The Flutter Engine
|
#include <raw_object.h>
Static Public Member Functions | |
static intptr_t | payload_offset () |
Static Public Member Functions inherited from dart::UntaggedObject | |
static bool | IsMarked (uword tags) |
static bool | IsEvacuationCandidate (uword tags) |
static ObjectPtr | FromAddr (uword addr) |
static uword | ToAddr (const UntaggedObject *raw_obj) |
static uword | ToAddr (const ObjectPtr raw_obj) |
static bool | IsCanonical (intptr_t value) |
Additional Inherited Members | |
Public Types inherited from dart::UntaggedObject | |
enum | TagBits { kCardRememberedBit = 0 , kCanonicalBit = 1 , kNotMarkedBit = 2 , kNewOrEvacuationCandidateBit = 3 , kAlwaysSetBit = 4 , kOldAndNotRememberedBit = 5 , kImmutableBit = 6 , kReservedBit = 7 , kSizeTagPos = kReservedBit + 1 , kSizeTagSize = 4 , kClassIdTagPos = kSizeTagPos + kSizeTagSize , kClassIdTagSize = 20 , kHashTagPos = kClassIdTagPos + kClassIdTagSize , kHashTagSize = 32 } |
Static Public Attributes inherited from dart::UntaggedInstance | |
static constexpr bool | kContainsCompressedPointers = false |
Static Public Attributes inherited from dart::UntaggedObject | |
static constexpr intptr_t | kGenerationalBarrierMask |
static constexpr intptr_t | kIncrementalBarrierMask = 1 << kNotMarkedBit |
static constexpr intptr_t | kBarrierOverlapShift = 2 |
Protected Member Functions inherited from dart::UntaggedObject | |
template<typename type , std::memory_order order = std::memory_order_relaxed> | |
type | LoadPointer (type const *addr) const |
template<typename type , typename compressed_type , std::memory_order order = std::memory_order_relaxed> | |
type | LoadCompressedPointer (compressed_type const *addr) const |
uword | heap_base () const |
template<typename type , std::memory_order order = std::memory_order_relaxed> | |
void | StorePointer (type const *addr, type value) |
template<typename type , typename compressed_type , std::memory_order order = std::memory_order_relaxed> | |
void | StoreCompressedPointer (compressed_type const *addr, type value) |
template<typename type > | |
void | StorePointer (type const *addr, type value, Thread *thread) |
template<typename type , typename compressed_type > | |
void | StoreCompressedPointer (compressed_type const *addr, type value, Thread *thread) |
template<typename type > | |
void | StorePointerUnaligned (type const *addr, type value, Thread *thread) |
template<typename type , std::memory_order order = std::memory_order_relaxed, typename value_type = type> | |
void | StoreArrayPointer (type const *addr, value_type value) |
template<typename type , typename value_type = type> | |
void | StoreArrayPointer (type const *addr, value_type value, Thread *thread) |
template<typename type , typename compressed_type , std::memory_order order> | |
void | StoreCompressedArrayPointer (compressed_type const *addr, type value) |
template<typename type , typename compressed_type , std::memory_order order> | |
void | StoreCompressedArrayPointer (compressed_type const *addr, type value, Thread *thread) |
template<typename type , typename compressed_type > | |
void | StoreCompressedArrayPointer (compressed_type const *addr, type value, Thread *thread) |
template<typename type , typename compressed_type , std::memory_order order = std::memory_order_relaxed> | |
type | ExchangeCompressedPointer (compressed_type const *addr, type value) |
template<std::memory_order order = std::memory_order_relaxed> | |
SmiPtr | LoadSmi (SmiPtr const *addr) const |
template<std::memory_order order = std::memory_order_relaxed> | |
SmiPtr | LoadCompressedSmi (CompressedSmiPtr const *addr) const |
template<typename type , std::memory_order order = std::memory_order_relaxed> | |
void | StoreSmi (type const *addr, type value) |
template<std::memory_order order = std::memory_order_relaxed> | |
void | StoreCompressedSmi (CompressedSmiPtr const *addr, SmiPtr value) |
Static Protected Member Functions inherited from dart::UntaggedObject | |
template<typename T > | |
static DART_FORCE_INLINE uword | from_offset () |
template<typename T > | |
static DART_FORCE_INLINE uword | to_offset (intptr_t length=0) |
template<> | |
DART_FORCE_INLINE uword | from_offset () |
template<> | |
DART_FORCE_INLINE uword | to_offset (intptr_t length) |
template<> | |
DART_FORCE_INLINE uword | to_offset (intptr_t length) |
template<> | |
DART_FORCE_INLINE uword | to_offset (intptr_t length) |
Static Protected Attributes inherited from dart::UntaggedObject | |
static constexpr bool | kContainsCompressedPointers = false |
static constexpr bool | kContainsPointerFields = false |
Definition at line 3482 of file raw_object.h.
|
inline |
Definition at line 3503 of file raw_object.h.
|
inline |
Definition at line 3516 of file raw_object.h.
|
inline |
Definition at line 3517 of file raw_object.h.
|
inlinestatic |
Definition at line 3511 of file raw_object.h.
|
inline |
Definition at line 3501 of file raw_object.h.