#include <object.h>
Definition at line 12281 of file object.h.
◆ ContainsCompressedPointers()
static constexpr bool dart::ConstSet::ContainsCompressedPointers |
( |
| ) |
|
|
inlinestaticconstexpr |
Definition at line 12283 of file object.h.
12283 {
12285 }
static constexpr bool ContainsCompressedPointers()
◆ InstanceSize()
static intptr_t dart::ConstSet::InstanceSize |
( |
| ) |
|
|
inlinestatic |
Definition at line 12293 of file object.h.
static intptr_t InstanceSize()
◆ NewDefault()
Definition at line 25283 of file object.cc.
25283 {
25287}
static const ClassId kClassId
static IsolateGroup * Current()
static SetPtr NewDefault(intptr_t class_id=kSetCid, Heap::Space space=Heap::kNew)
◆ NewUninitialized()
Definition at line 25289 of file object.cc.
25289 {
25292 return static_cast<ConstSetPtr
>(Set::NewUninitialized(
kClassId, space));
25293}
◆ Class
◆ kClassId
const ClassId dart::ConstSet::kClassId = kConstSetCid |
|
static |
The documentation for this class was generated from the following files:
- third_party/dart-lang/sdk/runtime/vm/object.h
- third_party/dart-lang/sdk/runtime/vm/object.cc