|
void | Init (Isolate *isolate, const v8::RegisterState &state, RecordCEntryFrame record_c_entry_frame, bool update_stats, bool use_simulator_reg_state=true) |
|
void | Init (Isolate *isolate, const v8::RegisterState &state, RecordCEntryFrame record_c_entry_frame, bool update_stats, bool use_simulator_reg_state=true) |
|
|
base::TimeTicks | timestamp |
|
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 |
|
|
enum | RecordCEntryFrame { kIncludeCEntryFrame,
kSkipCEntryFrame
} |
|
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 const unsigned | kMaxFramesCountLog2 = 8 |
|
static const unsigned | kMaxFramesCount = (1 << kMaxFramesCountLog2) - 1 |
|
Definition at line 17 of file tick-sample.h.
The documentation for this struct was generated from the following files: