#include <bytecode-liveness-map.h>
Definition at line 20 of file bytecode-liveness-map.h.
◆ BytecodeLivenessState() [1/3]
v8::internal::compiler::BytecodeLivenessState::BytecodeLivenessState |
( |
int | register_count, |
|
|
Zone * | zone ) |
|
inline |
◆ BytecodeLivenessState() [2/3]
◆ BytecodeLivenessState() [3/3]
◆ AccumulatorIsLive()
bool v8::internal::compiler::BytecodeLivenessState::AccumulatorIsLive |
( |
| ) |
const |
|
inline |
◆ begin()
Iterator v8::internal::compiler::BytecodeLivenessState::begin |
( |
| ) |
const |
|
inline |
◆ CopyFrom()
◆ end()
Iterator v8::internal::compiler::BytecodeLivenessState::end |
( |
| ) |
const |
|
inline |
◆ Equals()
◆ live_value_count()
int v8::internal::compiler::BytecodeLivenessState::live_value_count |
( |
| ) |
const |
|
inline |
◆ MarkAccumulatorDead()
void v8::internal::compiler::BytecodeLivenessState::MarkAccumulatorDead |
( |
| ) |
|
|
inline |
◆ MarkAccumulatorLive()
void v8::internal::compiler::BytecodeLivenessState::MarkAccumulatorLive |
( |
| ) |
|
|
inline |
◆ MarkAllLive()
void v8::internal::compiler::BytecodeLivenessState::MarkAllLive |
( |
| ) |
|
|
inline |
◆ MarkRegisterDead()
void v8::internal::compiler::BytecodeLivenessState::MarkRegisterDead |
( |
int | index | ) |
|
|
inline |
◆ MarkRegisterLive()
void v8::internal::compiler::BytecodeLivenessState::MarkRegisterLive |
( |
int | index | ) |
|
|
inline |
◆ operator=()
◆ register_count()
int v8::internal::compiler::BytecodeLivenessState::register_count |
( |
| ) |
const |
|
inline |
◆ RegisterIsLive()
bool v8::internal::compiler::BytecodeLivenessState::RegisterIsLive |
( |
int | index | ) |
const |
|
inline |
◆ Union()
◆ UnionIsChanged()
◆ bit_vector_
BitVector v8::internal::compiler::BytecodeLivenessState::bit_vector_ |
|
private |
The documentation for this class was generated from the following file: