#include <code-generator-impl.h>
Definition at line 292 of file code-generator-impl.h.
◆ OutOfLineCode()
| v8::internal::compiler::OutOfLineCode::OutOfLineCode |
( |
CodeGenerator * | gen | ) |
|
|
explicit |
◆ ~OutOfLineCode()
| v8::internal::compiler::OutOfLineCode::~OutOfLineCode |
( |
| ) |
|
|
virtualdefault |
◆ entry()
| Label * v8::internal::compiler::OutOfLineCode::entry |
( |
| ) |
|
|
inline |
◆ exit()
| Label * v8::internal::compiler::OutOfLineCode::exit |
( |
| ) |
|
|
inline |
◆ frame()
| const Frame * v8::internal::compiler::OutOfLineCode::frame |
( |
| ) |
const |
|
inline |
◆ Generate()
| virtual void v8::internal::compiler::OutOfLineCode::Generate |
( |
| ) |
|
|
pure virtual |
◆ masm()
◆ next()
| OutOfLineCode * v8::internal::compiler::OutOfLineCode::next |
( |
| ) |
const |
|
inline |
◆ entry_
| Label v8::internal::compiler::OutOfLineCode::entry_ |
|
private |
◆ exit_
| Label v8::internal::compiler::OutOfLineCode::exit_ |
|
private |
◆ frame_
| const Frame* const v8::internal::compiler::OutOfLineCode::frame_ |
|
private |
◆ masm_
◆ next_
| OutOfLineCode* const v8::internal::compiler::OutOfLineCode::next_ |
|
private |
The documentation for this class was generated from the following files: