#include <kernel_translation_helper.h>
◆ UnboxingKind
◆ UnboxingInfoMetadata()
dart::kernel::UnboxingInfoMetadata::UnboxingInfoMetadata |
( |
| ) |
|
|
inline |
◆ DISALLOW_COPY_AND_ASSIGN()
◆ SetArgsCount()
void dart::kernel::UnboxingInfoMetadata::SetArgsCount |
( |
intptr_t |
num_args | ) |
|
|
inline |
◆ has_overrides_with_less_direct_parameters
bool dart::kernel::UnboxingInfoMetadata::has_overrides_with_less_direct_parameters |
◆ kHasOverridesWithLessDirectParametersFlag
constexpr uint8_t dart::kernel::UnboxingInfoMetadata::kHasOverridesWithLessDirectParametersFlag = 1 << 2 |
|
staticconstexpr |
◆ kHasUnboxedParameterOrReturnValueFlag
constexpr uint8_t dart::kernel::UnboxingInfoMetadata::kHasUnboxedParameterOrReturnValueFlag = 1 << 1 |
|
staticconstexpr |
◆ kMustUseStackCallingConventionFlag
constexpr uint8_t dart::kernel::UnboxingInfoMetadata::kMustUseStackCallingConventionFlag = 1 << 0 |
|
staticconstexpr |
◆ must_use_stack_calling_convention
bool dart::kernel::UnboxingInfoMetadata::must_use_stack_calling_convention |
◆ return_info
UnboxingType dart::kernel::UnboxingInfoMetadata::return_info |
◆ unboxed_args_info
The documentation for this class was generated from the following file: