Definition at line 457 of file bytecode-analysis.cc.
◆ BytecodeAnalysisImpl()
◆ Analyze()
void v8::internal::compiler::BytecodeAnalysis::BytecodeAnalysisImpl::Analyze |
( |
| ) |
|
◆ analyze_liveness()
bool v8::internal::compiler::BytecodeAnalysis::BytecodeAnalysisImpl::analyze_liveness |
( |
| ) |
const |
|
inlineprivate |
◆ AnalyzeBCInLoop()
void v8::internal::compiler::BytecodeAnalysis::BytecodeAnalysisImpl::AnalyzeBCInLoop |
( |
int | current_offset, |
|
|
LoopInfo * | current_loop_info ) |
|
inlineprivate |
◆ bytecode_array()
◆ liveness_map()
BytecodeLivenessMap & v8::internal::compiler::BytecodeAnalysis::BytecodeAnalysisImpl::liveness_map |
( |
| ) |
|
|
inlineprivate |
◆ PrintLivenessTo()
std::ostream & v8::internal::compiler::BytecodeAnalysis::BytecodeAnalysisImpl::PrintLivenessTo |
( |
std::ostream & | os | ) |
const |
◆ PushLoop()
void v8::internal::compiler::BytecodeAnalysis::BytecodeAnalysisImpl::PushLoop |
( |
int | loop_header, |
|
|
int | loop_end ) |
|
inlineprivate |
◆ zone()
Zone * v8::internal::compiler::BytecodeAnalysis::BytecodeAnalysisImpl::zone |
( |
| ) |
const |
|
inlineprivate |
◆ bytecode_array_
Handle<BytecodeArray> const v8::internal::compiler::BytecodeAnalysis::BytecodeAnalysisImpl::bytecode_array_ |
|
private |
◆ iterator_
◆ loop_end_index_queue_
ZoneVector<int> v8::internal::compiler::BytecodeAnalysis::BytecodeAnalysisImpl::loop_end_index_queue_ |
|
private |
◆ loop_stack_
◆ res_
BytecodeAnalysis& v8::internal::compiler::BytecodeAnalysis::BytecodeAnalysisImpl::res_ |
|
private |
◆ zone_
Zone* v8::internal::compiler::BytecodeAnalysis::BytecodeAnalysisImpl::zone_ |
|
private |
The documentation for this class was generated from the following file: