|
enum | Kind { kSimple = 0,
kWithRegisters = 1 << 0,
kWithDoubles = 1 << 1,
kWithRegistersAndDoubles = kWithRegisters | kWithDoubles
} |
|
enum | DeoptMode { kNoLazyDeopt,
kLazyDeopt
} |
|
|
void | DefinePointerSlot (int index) |
|
void | DefinePointerRegister (Register reg) |
|
|
static const int | kNoDeoptimizationIndex |
|
|
class | SafepointTableBuilder |
|
Definition at line 173 of file safepoint-table.h.
◆ kNoDeoptimizationIndex
const int v8::internal::Safepoint::kNoDeoptimizationIndex |
|
static |
Initial value:=
(1 << (SafepointEntry::kDeoptIndexBits)) - 1
Definition at line 187 of file safepoint-table.h.
The documentation for this class was generated from the following files: