|
| enum | Type { INTPTR,
DOUBLE,
NUMBER_OF_TYPES
} |
| |
| enum | Access { REGULAR,
OVERFLOWED
} |
| |
|
|
| ConstantPoolEntry (int position, intptr_t value, bool sharing_ok, RelocInfo::Mode rmode=RelocInfo::NONE) |
| |
|
| ConstantPoolEntry (int position, Double value, RelocInfo::Mode rmode=RelocInfo::NONE) |
| |
|
int | position () const |
| |
|
bool | sharing_ok () const |
| |
|
bool | is_merged () const |
| |
|
int | merged_index () const |
| |
|
void | set_merged_index (int index) |
| |
|
int | offset () const |
| |
|
void | set_offset (int offset) |
| |
|
intptr_t | value () const |
| |
|
uint64_t | value64 () const |
| |
|
RelocInfo::Mode | rmode () const |
| |
Definition at line 21 of file constant-pool.h.
The documentation for this class was generated from the following file: