![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <segmented-table.h>
Public Member Functions | |
Segment (uint32_t number) | |
uint32_t | number () const |
uint32_t | offset () const |
uint32_t | first_entry () const |
uint32_t | last_entry () const |
bool | operator< (const Segment &other) const |
Static Public Member Functions | |
static Segment | At (uint32_t offset) |
static Segment | Containing (uint32_t entry_index) |
Private Attributes | |
const uint32_t | number_ |
Definition at line 60 of file segmented-table.h.
|
inlineexplicit |
|
static |
Definition at line 20 of file segmented-table-inl.h.
|
static |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 88 of file segmented-table.h.
|
private |
Definition at line 95 of file segmented-table.h.