#include <object.h>
Definition at line 12180 of file object.h.
◆ ContainsCompressedPointers()
static constexpr bool dart::ConstMap::ContainsCompressedPointers |
( |
| ) |
|
|
inlinestaticconstexpr |
Definition at line 12182 of file object.h.
12182 {
12184 }
static constexpr bool ContainsCompressedPointers()
◆ InstanceSize()
static intptr_t dart::ConstMap::InstanceSize |
( |
| ) |
|
|
inlinestatic |
Definition at line 12192 of file object.h.
static intptr_t InstanceSize()
◆ NewDefault()
Definition at line 25235 of file object.cc.
25235 {
25239}
static const ClassId kClassId
static IsolateGroup * Current()
static MapPtr NewDefault(intptr_t class_id=kMapCid, Heap::Space space=Heap::kNew)
◆ NewUninitialized()
Definition at line 25241 of file object.cc.
25241 {
25244 return static_cast<ConstMapPtr
>(Map::NewUninitialized(
kClassId, space));
25245}
◆ Class
◆ kClassId
const ClassId dart::ConstMap::kClassId = kConstMapCid |
|
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