Home
last modified time | relevance | path

Searched refs:GetStackSample (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/profiler/
Dtick-sample.h76 static bool GetStackSample(Isolate* isolate, v8::RegisterState* state,
Dtick-sample.cc166 if (!GetStackSample(v8_isolate, &regs, record_c_entry_frame, stack, in Init()
206 bool TickSample::GetStackSample(Isolate* v8_isolate, RegisterState* regs, in GetStackSample() function in v8::internal::TickSample
/third_party/node/deps/v8/include/
Dv8-isolate.h824 void GetStackSample(const RegisterState& state, void** frames,
/third_party/node/src/
Dnode_report.cc476 isolate->GetStackSample(state, samples, MAX_FRAME_COUNT, &info); in PrintJavaScriptStack()
/third_party/node/deps/v8/src/api/
Dapi.cc9028 void Isolate::GetStackSample(const RegisterState& state, void** frames, in GetStackSample() function in v8::Isolate
9032 if (i::TickSample::GetStackSample(isolate, &regs, in GetStackSample()