#include <constant-pool.h>
Definition at line 23 of file constant-pool.h.
◆ anonymous enum
Enumerator |
---|
SHARING_PROHIBITED | |
SHARING_ALLOWED | |
Definition at line 81 of file constant-pool.h.
◆ Access
◆ Type
Enumerator |
---|
INTPTR | |
DOUBLE | |
NUMBER_OF_TYPES | |
Definition at line 63 of file constant-pool.h.
◆ ConstantPoolEntry() [1/3]
v8::internal::ConstantPoolEntry::ConstantPoolEntry |
( |
| ) |
|
|
default |
◆ ConstantPoolEntry() [2/3]
◆ ConstantPoolEntry() [3/3]
◆ is_merged()
bool v8::internal::ConstantPoolEntry::is_merged |
( |
| ) |
const |
|
inline |
◆ merged_index()
int v8::internal::ConstantPoolEntry::merged_index |
( |
| ) |
const |
|
inline |
◆ offset()
int v8::internal::ConstantPoolEntry::offset |
( |
| ) |
const |
|
inline |
◆ position()
int v8::internal::ConstantPoolEntry::position |
( |
| ) |
const |
|
inline |
◆ rmode()
◆ set_merged_index()
void v8::internal::ConstantPoolEntry::set_merged_index |
( |
int | index | ) |
|
|
inline |
◆ set_offset()
void v8::internal::ConstantPoolEntry::set_offset |
( |
int | offset | ) |
|
|
inline |
◆ sharing_ok()
bool v8::internal::ConstantPoolEntry::sharing_ok |
( |
| ) |
const |
|
inline |
◆ size()
static int v8::internal::ConstantPoolEntry::size |
( |
Type | type | ) |
|
|
inlinestatic |
◆ value()
intptr_t v8::internal::ConstantPoolEntry::value |
( |
| ) |
const |
|
inline |
◆ value64()
uint64_t v8::internal::ConstantPoolEntry::value64 |
( |
| ) |
const |
|
inline |
◆ [union]
◆ merged_index_
int v8::internal::ConstantPoolEntry::merged_index_ |
|
private |
◆ position_
int v8::internal::ConstantPoolEntry::position_ |
|
private |
◆ rmode_
◆ value64_
uint64_t v8::internal::ConstantPoolEntry::value64_ |
◆ value_
intptr_t v8::internal::ConstantPoolEntry::value_ |
The documentation for this class was generated from the following file: