#include <bytecode-analysis.h>
Definition at line 44 of file bytecode-analysis.h.
◆ ResumeJumpTarget()
v8::internal::compiler::ResumeJumpTarget::ResumeJumpTarget |
( |
int | suspend_id, |
|
|
int | target_offset, |
|
|
int | final_target_offset ) |
|
private |
◆ AtLoopHeader()
◆ is_leaf()
bool v8::internal::compiler::ResumeJumpTarget::is_leaf |
( |
| ) |
const |
|
inline |
◆ Leaf()
ResumeJumpTarget v8::internal::compiler::ResumeJumpTarget::Leaf |
( |
int | suspend_id, |
|
|
int | target_offset ) |
|
static |
◆ suspend_id()
int v8::internal::compiler::ResumeJumpTarget::suspend_id |
( |
| ) |
const |
|
inline |
◆ target_offset()
int v8::internal::compiler::ResumeJumpTarget::target_offset |
( |
| ) |
const |
|
inline |
◆ final_target_offset_
int v8::internal::compiler::ResumeJumpTarget::final_target_offset_ |
|
private |
◆ suspend_id_
int v8::internal::compiler::ResumeJumpTarget::suspend_id_ |
|
private |
◆ target_offset_
int v8::internal::compiler::ResumeJumpTarget::target_offset_ |
|
private |
The documentation for this class was generated from the following files: