#include <runtime_api.h>
Definition at line 543 of file runtime_api.h.
◆ CodeIndexFor()
word dart::compiler::target::ICData::CodeIndexFor |
( |
word |
num_args | ) |
|
|
static |
Definition at line 603 of file runtime_api.cc.
603 {
605}
static intptr_t CodeIndexFor(intptr_t num_args)
◆ CountIndexFor()
word dart::compiler::target::ICData::CountIndexFor |
( |
word |
num_args | ) |
|
|
static |
Definition at line 607 of file runtime_api.cc.
607 {
609}
static intptr_t CountIndexFor(intptr_t num_args)
◆ entries_offset()
static word dart::compiler::target::ICData::entries_offset |
( |
| ) |
|
|
static |
◆ EntryPointIndexFor()
word dart::compiler::target::ICData::EntryPointIndexFor |
( |
word |
num_args | ) |
|
|
static |
Definition at line 623 of file runtime_api.cc.
623 {
625}
static intptr_t EntryPointIndexFor(intptr_t num_args)
◆ ExactnessIndexFor()
word dart::compiler::target::ICData::ExactnessIndexFor |
( |
word |
num_args | ) |
|
|
static |
Definition at line 615 of file runtime_api.cc.
615 {
617}
static intptr_t ExactnessIndexFor(intptr_t num_args)
◆ FINAL_CLASS()
dart::compiler::target::ICData::FINAL_CLASS |
( |
| ) |
|
◆ InstanceSize()
static word dart::compiler::target::ICData::InstanceSize |
( |
| ) |
|
|
static |
◆ NumArgsTestedMask()
static word dart::compiler::target::ICData::NumArgsTestedMask |
( |
| ) |
|
|
static |
◆ NumArgsTestedShift()
static word dart::compiler::target::ICData::NumArgsTestedShift |
( |
| ) |
|
|
static |
◆ owner_offset()
static word dart::compiler::target::ICData::owner_offset |
( |
| ) |
|
|
static |
◆ receivers_static_type_offset()
static word dart::compiler::target::ICData::receivers_static_type_offset |
( |
| ) |
|
|
static |
◆ state_bits_offset()
static word dart::compiler::target::ICData::state_bits_offset |
( |
| ) |
|
|
static |
◆ TargetIndexFor()
word dart::compiler::target::ICData::TargetIndexFor |
( |
word |
num_args | ) |
|
|
static |
Definition at line 611 of file runtime_api.cc.
611 {
613}
static intptr_t TargetIndexFor(intptr_t num_args)
◆ TestEntryLengthFor()
word dart::compiler::target::ICData::TestEntryLengthFor |
( |
word |
num_args, |
|
|
bool |
exactness_check |
|
) |
| |
|
static |
Definition at line 619 of file runtime_api.cc.
619 {
621}
static intptr_t TestEntryLengthFor(intptr_t num_args, bool tracking_exactness)
The documentation for this class was generated from the following files: