#include <object.h>
Definition at line 6332 of file object.h.
◆ RawPayloadHandle() [1/2]
dart::CompressedStackMaps::RawPayloadHandle::RawPayloadHandle |
( |
| ) |
|
|
inline |
◆ RawPayloadHandle() [2/2]
dart::CompressedStackMaps::RawPayloadHandle::RawPayloadHandle |
( |
const RawPayloadHandle & |
| ) |
|
|
default |
◆ data()
const uint8_t * dart::CompressedStackMaps::RawPayloadHandle::data |
( |
| ) |
const |
|
inline |
Definition at line 6365 of file object.h.
const UntaggedCompressedStackMaps::Payload * payload() const
◆ IsGlobalTable()
bool dart::CompressedStackMaps::RawPayloadHandle::IsGlobalTable |
( |
| ) |
const |
|
inline |
Definition at line 6372 of file object.h.
6372 {
6375 }
static DecodeResult decode(std::string path)
◆ IsNull()
bool dart::CompressedStackMaps::RawPayloadHandle::IsNull |
( |
| ) |
const |
|
inline |
Definition at line 6341 of file object.h.
6341{ return payload_ == nullptr; }
◆ operator=() [1/4]
RawPayloadHandle & dart::CompressedStackMaps::RawPayloadHandle::operator= |
( |
CompressedStackMapsPtr |
maps | ) |
|
|
inline |
Definition at line 6355 of file object.h.
6355 {
6357 payload_ = maps.untag()->payload();
6358 return *this;
6359 }
◆ operator=() [2/4]
Definition at line 6349 of file object.h.
6349 {
6351 payload_ = maps.untag()->payload();
6352 return *this;
6353 }
◆ operator=() [3/4]
◆ operator=() [4/4]
Definition at line 6343 of file object.h.
6344 {
6346 return *this;
6347 }
◆ payload()
Definition at line 6338 of file object.h.
6338 {
6339 return payload_;
6340 }
◆ payload_size()
uintptr_t dart::CompressedStackMaps::RawPayloadHandle::payload_size |
( |
| ) |
const |
|
inline |
◆ UsesGlobalTable()
bool dart::CompressedStackMaps::RawPayloadHandle::UsesGlobalTable |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file:
- third_party/dart-lang/sdk/runtime/vm/object.h