Definition at line 2727 of file stub_code_compiler.cc.
◆ StackRegisterScope()
Definition at line 2729 of file stub_code_compiler.cc.
2733 : assembler(assembler), reg_(reg), depth_(depth), alt_(alt) {
2738 __ LoadFromStack(alt_, depth_);
2739 *reg_ = alt_;
2740 } else {
2742 }
2743 }
static constexpr intptr_t kNoDepth
◆ ~StackRegisterScope()
dart::compiler::StackRegisterScope::~StackRegisterScope |
( |
| ) |
|
|
inline |
◆ kNoDepth
constexpr intptr_t dart::compiler::StackRegisterScope::kNoDepth = kIntptrMin |
|
staticconstexpr |
The documentation for this class was generated from the following file: