Searched refs:GetStackSample (Results 1 – 5 of 5) sorted by relevance
| /third_party/node/deps/v8/src/profiler/ |
| D | tick-sample.h | 76 static bool GetStackSample(Isolate* isolate, v8::RegisterState* state,
|
| D | tick-sample.cc | 166 if (!GetStackSample(v8_isolate, ®s, 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/ |
| D | v8-isolate.h | 824 void GetStackSample(const RegisterState& state, void** frames,
|
| /third_party/node/src/ |
| D | node_report.cc | 476 isolate->GetStackSample(state, samples, MAX_FRAME_COUNT, &info); in PrintJavaScriptStack()
|
| /third_party/node/deps/v8/src/api/ |
| D | api.cc | 9028 void Isolate::GetStackSample(const RegisterState& state, void** frames, in GetStackSample() function in v8::Isolate 9032 if (i::TickSample::GetStackSample(isolate, ®s, in GetStackSample()
|