V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::TickSample Struct Reference
Inheritance diagram for v8::internal::TickSample:
v8::TickSample

Public Member Functions

void Init (Isolate *isolate, const v8::RegisterState &state, RecordCEntryFrame record_c_entry_frame, bool update_stats, bool use_simulator_reg_state=true)
 
- Public Member Functions inherited from v8::TickSample
void Init (Isolate *isolate, const v8::RegisterState &state, RecordCEntryFrame record_c_entry_frame, bool update_stats, bool use_simulator_reg_state=true)
 

Public Attributes

base::TimeTicks timestamp
 
- Public Attributes inherited from v8::TickSample
StateTag state
 
void * pc
 
union {
   void *   tos
 
   void *   external_callback_entry
 
}; 
 
void * stack [kMaxFramesCount]
 
unsigned frames_count: kMaxFramesCountLog2
 
bool has_external_callback: 1
 
bool update_stats: 1
 

Additional Inherited Members

- Public Types inherited from v8::TickSample
enum  RecordCEntryFrame { kIncludeCEntryFrame, kSkipCEntryFrame }
 
- Static Public Member Functions inherited from v8::TickSample
static bool GetStackSample (Isolate *isolate, v8::RegisterState *state, RecordCEntryFrame record_c_entry_frame, void **frames, size_t frames_limit, v8::SampleInfo *sample_info, bool use_simulator_reg_state=true)
 
- Static Public Attributes inherited from v8::TickSample
static const unsigned kMaxFramesCountLog2 = 8
 
static const unsigned kMaxFramesCount = (1 << kMaxFramesCountLog2) - 1
 

Detailed Description

Definition at line 17 of file tick-sample.h.


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