![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <bytecode-liveness-map.h>
Classes | |
struct | EndTag |
struct | StartTag |
Public Member Functions | |
int | operator* () const |
void | operator++ () |
bool | operator!= (const Iterator &other) const |
Private Member Functions | |
Iterator (const BytecodeLivenessState &liveness, StartTag) | |
Iterator (const BytecodeLivenessState &liveness, EndTag) | |
Private Attributes | |
BitVector::Iterator | it_ |
Static Private Attributes | |
static constexpr struct v8::internal::compiler::BytecodeLivenessState::Iterator::StartTag | kStartTag = {} |
static constexpr struct v8::internal::compiler::BytecodeLivenessState::Iterator::EndTag | kEndTag = {} |
Friends | |
class | BytecodeLivenessState |
Definition at line 22 of file bytecode-liveness-map.h.
|
inlineexplicitprivate |
|
inlineexplicitprivate |
Definition at line 47 of file bytecode-liveness-map.h.
|
inline |
Definition at line 32 of file bytecode-liveness-map.h.
|
inline |
Definition at line 24 of file bytecode-liveness-map.h.
|
inline |
Definition at line 30 of file bytecode-liveness-map.h.
|
friend |
Definition at line 51 of file bytecode-liveness-map.h.
|
private |
Definition at line 50 of file bytecode-liveness-map.h.
|
staticprivate |
|
staticprivate |