Searched defs:TickSample (Results 1 – 1 of 1) sorted by relevance
18 struct V8_EXPORT TickSample { struct24 TickSample() in TickSample() argument85 StateTag state; // The state of the VM.86 EmbedderStateTag embedder_state;87 void* pc; // Instruction pointer.88 union {92 static const unsigned kMaxFramesCountLog2 = 8;93 static const unsigned kMaxFramesCount = (1 << kMaxFramesCountLog2) - 1;94 void* stack[kMaxFramesCount]; // Call stack.95 void* context = nullptr; // Address of the incumbent native context.[all …]