Home
last modified time | relevance | path

Searched defs:TickSample (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/profiler/
Dtick-sample.h18 struct V8_EXPORT TickSample { struct
24 TickSample() in TickSample() argument
85 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 …]