|
| SafepointEntry (unsigned info, uint8_t *bits, int trampoline_pc) |
|
bool | is_valid () const |
|
bool | Equals (const SafepointEntry &other) const |
|
void | Reset () |
|
int | deoptimization_index () const |
|
int | trampoline_pc () |
|
void | set_trampoline_pc (int trampoline_pc) |
|
int | argument_count () const |
|
bool | has_doubles () const |
|
uint8_t * | bits () |
|
bool | HasRegisters () const |
|
bool | HasRegisterAt (int reg_index) const |
|
|
static const int | kArgumentsFieldBits = 3 |
|
static const int | kSaveDoublesFieldBits = 1 |
|
static const int | kDeoptIndexBits |
|
Definition at line 20 of file safepoint-table.h.
◆ kDeoptIndexBits
const int v8::internal::SafepointEntry::kDeoptIndexBits |
|
static |
Initial value:=
32 - kArgumentsFieldBits - kSaveDoublesFieldBits
Definition at line 51 of file safepoint-table.h.
The documentation for this class was generated from the following files: