#include <flow_graph_compiler.h>
|
| CompilerDeoptInfoWithStub (intptr_t deopt_id, ICData::DeoptReasonId reason, uint32_t flags, Environment *deopt_env) |
|
compiler::Label * | entry_label () |
|
virtual void | GenerateCode (FlowGraphCompiler *compiler, intptr_t stub_ix) |
|
const char * | Name () const |
|
| CompilerDeoptInfo (intptr_t deopt_id, ICData::DeoptReasonId reason, uint32_t flags, Environment *deopt_env) |
|
virtual | ~CompilerDeoptInfo () |
|
TypedDataPtr | CreateDeoptInfo (FlowGraphCompiler *compiler, DeoptInfoBuilder *builder, const Array &deopt_table) |
|
virtual void | GenerateCode (FlowGraphCompiler *compiler, intptr_t stub_ix) |
|
intptr_t | pc_offset () const |
|
void | set_pc_offset (intptr_t offset) |
|
intptr_t | deopt_id () const |
|
ICData::DeoptReasonId | reason () const |
|
uint32_t | flags () const |
|
const Environment * | deopt_env () const |
|
| ZoneAllocated () |
|
void * | operator new (size_t size) |
|
void * | operator new (size_t size, Zone *zone) |
|
void | operator delete (void *pointer) |
|
Definition at line 114 of file flow_graph_compiler.h.
◆ CompilerDeoptInfoWithStub()
Definition at line 116 of file flow_graph_compiler.h.
122 }
intptr_t deopt_id() const
const Environment * deopt_env() const
ICData::DeoptReasonId reason() const
CompilerDeoptInfo(intptr_t deopt_id, ICData::DeoptReasonId reason, uint32_t flags, Environment *deopt_env)
◆ entry_label()
◆ GenerateCode()
virtual void dart::CompilerDeoptInfoWithStub::GenerateCode |
( |
FlowGraphCompiler * |
compiler, |
|
|
intptr_t |
stub_ix |
|
) |
| |
|
virtual |
◆ Name()
const char * dart::CompilerDeoptInfoWithStub::Name |
( |
| ) |
const |
|
inline |
Definition at line 129 of file flow_graph_compiler.h.
129 {
130 const char*
kFormat =
"Deopt stub for id %d, reason: %s";
133 1;
137 return chars;
138 }
static Thread * Current()
static int SNPrint(char *str, size_t size, const char *format,...) PRINTF_ATTRIBUTE(3
ElementType * Alloc(intptr_t length)
const char * DeoptReasonToCString(ICData::DeoptReasonId deopt_reason)
The documentation for this class was generated from the following file: