#include <bytecode-analysis.h>
Definition at line 116 of file bytecode-analysis.h.
◆ BytecodeAnalysis() [1/2]
◆ BytecodeAnalysis() [2/2]
v8::internal::compiler::BytecodeAnalysis::BytecodeAnalysis |
( |
const BytecodeAnalysis & | | ) |
|
|
delete |
◆ bytecode_count()
int v8::internal::compiler::BytecodeAnalysis::bytecode_count |
( |
| ) |
const |
|
inline |
◆ GetInLivenessFor()
const BytecodeLivenessState * v8::internal::compiler::BytecodeAnalysis::GetInLivenessFor |
( |
int | offset | ) |
const |
◆ GetLoopEndOffsetForInnermost()
int v8::internal::compiler::BytecodeAnalysis::GetLoopEndOffsetForInnermost |
( |
int | header_offset | ) |
const |
◆ GetLoopInfoFor()
const LoopInfo & v8::internal::compiler::BytecodeAnalysis::GetLoopInfoFor |
( |
int | header_offset | ) |
const |
◆ GetLoopInfos()
const ZoneMap< int, LoopInfo > & v8::internal::compiler::BytecodeAnalysis::GetLoopInfos |
( |
| ) |
const |
|
inline |
◆ GetLoopOffsetFor()
int v8::internal::compiler::BytecodeAnalysis::GetLoopOffsetFor |
( |
int | offset | ) |
const |
◆ GetOutLivenessFor()
const BytecodeLivenessState * v8::internal::compiler::BytecodeAnalysis::GetOutLivenessFor |
( |
int | offset | ) |
const |
◆ IsLoopHeader()
bool v8::internal::compiler::BytecodeAnalysis::IsLoopHeader |
( |
int | offset | ) |
const |
◆ liveness_analyzed()
bool v8::internal::compiler::BytecodeAnalysis::liveness_analyzed |
( |
| ) |
const |
|
inline |
◆ liveness_map() [1/2]
◆ liveness_map() [2/2]
◆ operator=()
◆ osr_bailout_id()
BytecodeOffset v8::internal::compiler::BytecodeAnalysis::osr_bailout_id |
( |
| ) |
const |
|
inline |
◆ osr_entry_point()
int v8::internal::compiler::BytecodeAnalysis::osr_entry_point |
( |
| ) |
const |
|
inline |
◆ resume_jump_targets()
◆ TryGetLoopInfoFor()
const LoopInfo * v8::internal::compiler::BytecodeAnalysis::TryGetLoopInfoFor |
( |
int | header_offset | ) |
const |
◆ BytecodeAnalysisImpl
friend class BytecodeAnalysisImpl |
|
friend |
◆ analyze_liveness_
bool const v8::internal::compiler::BytecodeAnalysis::analyze_liveness_ |
|
private |
◆ bytecode_count_
int v8::internal::compiler::BytecodeAnalysis::bytecode_count_ = -1 |
|
private |
◆ end_to_header_
ZoneMap<int, int> v8::internal::compiler::BytecodeAnalysis::end_to_header_ |
|
private |
◆ header_to_info_
ZoneMap<int, LoopInfo> v8::internal::compiler::BytecodeAnalysis::header_to_info_ |
|
private |
◆ liveness_map_
◆ osr_bailout_id_
BytecodeOffset const v8::internal::compiler::BytecodeAnalysis::osr_bailout_id_ |
|
private |
◆ osr_entry_point_
int v8::internal::compiler::BytecodeAnalysis::osr_entry_point_ |
|
private |
◆ resume_jump_targets_
The documentation for this class was generated from the following files: