#include <bytecode-analysis.h>
Definition at line 69 of file bytecode-analysis.h.
◆ LoopInfo()
v8::internal::compiler::LoopInfo::LoopInfo |
( |
int | parent_offset, |
|
|
int | loop_start, |
|
|
int | loop_end, |
|
|
int | parameter_count, |
|
|
int | register_count, |
|
|
Zone * | zone ) |
|
inline |
◆ AddResumeTarget()
void v8::internal::compiler::LoopInfo::AddResumeTarget |
( |
const ResumeJumpTarget & | target | ) |
|
|
inline |
◆ assignments() [1/2]
◆ assignments() [2/2]
◆ Contains()
bool v8::internal::compiler::LoopInfo::Contains |
( |
int | offset | ) |
const |
|
inline |
◆ innermost()
bool v8::internal::compiler::LoopInfo::innermost |
( |
| ) |
const |
|
inline |
◆ loop_end()
int v8::internal::compiler::LoopInfo::loop_end |
( |
| ) |
const |
|
inline |
◆ loop_start()
int v8::internal::compiler::LoopInfo::loop_start |
( |
| ) |
const |
|
inline |
◆ mark_not_innermost()
void v8::internal::compiler::LoopInfo::mark_not_innermost |
( |
| ) |
|
|
inline |
◆ mark_resumable()
void v8::internal::compiler::LoopInfo::mark_resumable |
( |
| ) |
|
|
inline |
◆ parent_offset()
int v8::internal::compiler::LoopInfo::parent_offset |
( |
| ) |
const |
|
inline |
◆ resumable()
bool v8::internal::compiler::LoopInfo::resumable |
( |
| ) |
const |
|
inline |
◆ resume_jump_targets()
◆ assignments_
◆ innermost_
bool v8::internal::compiler::LoopInfo::innermost_ = true |
|
private |
◆ loop_end_
int v8::internal::compiler::LoopInfo::loop_end_ |
|
private |
◆ loop_start_
int v8::internal::compiler::LoopInfo::loop_start_ |
|
private |
◆ parent_offset_
int v8::internal::compiler::LoopInfo::parent_offset_ |
|
private |
◆ resumable_
bool v8::internal::compiler::LoopInfo::resumable_ = false |
|
private |
◆ resume_jump_targets_
The documentation for this struct was generated from the following file: