#include <runtime_api.h>
Definition at line 1377 of file runtime_api.h.
◆ FINAL_CLASS()
dart::compiler::target::Instructions::FINAL_CLASS |
( |
| ) |
|
◆ HeaderSize()
word dart::compiler::target::Instructions::HeaderSize |
( |
| ) |
|
|
static |
Definition at line 873 of file runtime_api.cc.
873 {
875 ? 0
877}
static constexpr T RoundUp(T x, uintptr_t alignment, uintptr_t offset=0)
static const word kNonBarePayloadAlignment
static word UnalignedHeaderSize()
static DART_FORCE_INLINE bool BareInstructionsPayloads()
◆ InstanceSize() [1/2]
word dart::compiler::target::Instructions::InstanceSize |
( |
| ) |
|
|
static |
◆ InstanceSize() [2/2]
word dart::compiler::target::Instructions::InstanceSize |
( |
word |
payload_size | ) |
|
|
static |
Definition at line 883 of file runtime_api.cc.
883 {
888}
static const word kBarePayloadAlignment
static constexpr intptr_t kObjectAlignment
◆ UnalignedHeaderSize()
static word dart::compiler::target::Instructions::UnalignedHeaderSize |
( |
| ) |
|
|
static |
◆ kBarePayloadAlignment
const word dart::compiler::target::Instructions::kBarePayloadAlignment |
|
static |
◆ kMonomorphicEntryOffsetAOT
const word dart::compiler::target::Instructions::kMonomorphicEntryOffsetAOT |
|
static |
◆ kMonomorphicEntryOffsetJIT
const word dart::compiler::target::Instructions::kMonomorphicEntryOffsetJIT |
|
static |
◆ kNonBarePayloadAlignment
const word dart::compiler::target::Instructions::kNonBarePayloadAlignment |
|
static |
◆ kPolymorphicEntryOffsetAOT
const word dart::compiler::target::Instructions::kPolymorphicEntryOffsetAOT |
|
static |
◆ kPolymorphicEntryOffsetJIT
const word dart::compiler::target::Instructions::kPolymorphicEntryOffsetJIT |
|
static |
The documentation for this class was generated from the following files: