![]() |
v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
#include <platform.h>
Public Member Functions | |
| TickSample () | |
Data Fields | |
| StateTag | state |
| Address | pc |
| Address | sp |
| Address | fp |
| union { | |
| Address tos | |
| Address external_callback | |
| }; | |
| Address | stack [kMaxFramesCount] |
| int | frames_count: 8 |
| bool | has_external_callback: 1 |
Static Public Attributes | |
| static const int | kMaxFramesCount = 64 |
Definition at line 682 of file platform.h.
|
inline |
Definition at line 684 of file platform.h.
| union { ... } |
| Address external_callback |
Definition at line 698 of file platform.h.
Referenced by ProfileGenerator::RecordTickSample(), TEST(), and StackTracer::Trace().
| Address fp |
Definition at line 695 of file platform.h.
Referenced by SamplerThread::SampleContext(), and StackTracer::Trace().
| int frames_count |
Definition at line 702 of file platform.h.
Referenced by ProfilerEventsProcessor::AddCurrentStack(), ProfileGenerator::RecordTickSample(), TEST(), and StackTracer::Trace().
| bool has_external_callback |
Definition at line 703 of file platform.h.
Referenced by ProfileGenerator::RecordTickSample(), TEST(), and StackTracer::Trace().
|
static |
Definition at line 700 of file platform.h.
Referenced by ProfilerEventsProcessor::AddCurrentStack(), TEST(), and StackTracer::Trace().
| Address pc |
Definition at line 693 of file platform.h.
Referenced by ProfilerEventsProcessor::AddCurrentStack(), ProfileGenerator::RecordTickSample(), SamplerThread::SampleContext(), and TEST().
| Address sp |
Definition at line 694 of file platform.h.
Referenced by SamplerThread::SampleContext(), and StackTracer::Trace().
| Address stack[kMaxFramesCount] |
Definition at line 701 of file platform.h.
Referenced by ProfilerEventsProcessor::AddCurrentStack(), ProfileGenerator::RecordTickSample(), TEST(), and StackTracer::Trace().
| StateTag state |
Definition at line 692 of file platform.h.
Referenced by ProfilerEventsProcessor::AddCurrentStack(), ProfileGenerator::RecordTickSample(), SamplerThread::SampleContext(), Ticker::Tick(), and StackTracer::Trace().
| Address tos |
Definition at line 697 of file platform.h.
Referenced by ProfileGenerator::RecordTickSample(), TEST(), and StackTracer::Trace().