#include <flow_graph_compiler.h>
Definition at line 70 of file flow_graph_compiler.h.
◆ CompilerDeoptInfo()
Definition at line 72 of file flow_graph_compiler.h.
76 : pc_offset_(-1),
82 }
intptr_t deopt_id() const
const Environment * deopt_env() const
ICData::DeoptReasonId reason() const
◆ ~CompilerDeoptInfo()
virtual dart::CompilerDeoptInfo::~CompilerDeoptInfo |
( |
| ) |
|
|
inlinevirtual |
◆ CreateDeoptInfo()
◆ deopt_env()
const Environment * dart::CompilerDeoptInfo::deopt_env |
( |
| ) |
const |
|
inline |
◆ deopt_id()
intptr_t dart::CompilerDeoptInfo::deopt_id |
( |
| ) |
const |
|
inline |
◆ flags()
uint32_t dart::CompilerDeoptInfo::flags |
( |
| ) |
const |
|
inline |
◆ GenerateCode()
virtual void dart::CompilerDeoptInfo::GenerateCode |
( |
FlowGraphCompiler * |
compiler, |
|
|
intptr_t |
stub_ix |
|
) |
| |
|
inlinevirtual |
◆ pc_offset()
intptr_t dart::CompilerDeoptInfo::pc_offset |
( |
| ) |
const |
|
inline |
◆ reason()
◆ set_pc_offset()
void dart::CompilerDeoptInfo::set_pc_offset |
( |
intptr_t |
offset | ) |
|
|
inline |
The documentation for this class was generated from the following files: