V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
SafepointTable (Code code) | |
SafepointTable (Address instruction_start, size_t safepoint_table_offset, uint32_t stack_slots, bool has_deopt=false) | |
int | size () const |
unsigned | length () const |
unsigned | entry_size () const |
unsigned | GetPcOffset (unsigned index) const |
int | GetTrampolinePcOffset (unsigned index) const |
unsigned | find_return_pc (unsigned pc_offset) |
SafepointEntry | GetEntry (unsigned index) const |
SafepointEntry | FindEntry (Address pc) const |
void | PrintEntry (unsigned index, std::ostream &os) const |
Friends | |
class | SafepointTableBuilder |
class | SafepointEntry |
Definition at line 90 of file safepoint-table.h.