Searched defs:TickSample (Results 1 – 2 of 2) sorted by relevance
51 struct TickSample { struct57 TickSample() in TickSample() argument105 StateTag state; // The state of the VM.106 void* pc; // Instruction pointer.107 union {111 static const unsigned kMaxFramesCountLog2 = 8;112 static const unsigned kMaxFramesCount = (1 << kMaxFramesCountLog2) - 1;113 void* stack[kMaxFramesCount]; // Call stack.114 unsigned frames_count : kMaxFramesCountLog2; // Number of captured frames.115 bool has_external_callback : 1;[all …]
17 struct TickSample : public v8::TickSample { struct21 base::TimeTicks timestamp;