V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::SafepointTable Class Reference

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
 

Detailed Description

Definition at line 90 of file safepoint-table.h.


The documentation for this class was generated from the following files: