Searched refs:GetStackSample (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/profiler/ |
D | tick-sample.cc | 156 if (!GetStackSample(v8_isolate, ®s, record_c_entry_frame, stack, in Init() 183 bool TickSample::GetStackSample(Isolate* v8_isolate, RegisterState* regs, in GetStackSample() function in v8::TickSample
|
/external/v8/include/ |
D | v8-profiler.h | 100 static bool GetStackSample(Isolate* isolate, v8::RegisterState* state,
|
D | v8.h | 7697 void GetStackSample(const RegisterState& state, void** frames,
|
/external/v8/src/ |
D | api.cc | 8566 void Isolate::GetStackSample(const RegisterState& state, void** frames, in GetStackSample() function in v8::Isolate 8569 if (TickSample::GetStackSample(this, ®s, TickSample::kSkipCEntryFrame, in GetStackSample()
|