![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
| BytecodeLivenessState (int register_count, Zone *zone) | |
| const BitVector & | bit_vector () const |
| BitVector & | bit_vector () |
| bool | RegisterIsLive (int index) const |
| bool | AccumulatorIsLive () const |
| bool | Equals (const BytecodeLivenessState &other) const |
| void | MarkRegisterLive (int index) |
| void | MarkRegisterDead (int index) |
| void | MarkAccumulatorLive () |
| void | MarkAccumulatorDead () |
| void | MarkAllLive () |
| void | Union (const BytecodeLivenessState &other) |
| bool | UnionIsChanged (const BytecodeLivenessState &other) |
| void | CopyFrom (const BytecodeLivenessState &other) |
Public Member Functions inherited from v8::internal::ZoneObject | |
| void * | operator new (size_t size, Zone *zone) |
| void | operator delete (void *, size_t) |
| void | operator delete (void *pointer, Zone *zone) |
Definition at line 19 of file bytecode-liveness-map.h.