Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dtick-sample.cc156 if (!GetStackSample(v8_isolate, &regs, 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/
Dv8-profiler.h100 static bool GetStackSample(Isolate* isolate, v8::RegisterState* state,
Dv8.h7697 void GetStackSample(const RegisterState& state, void** frames,
/external/v8/src/
Dapi.cc8566 void Isolate::GetStackSample(const RegisterState& state, void** frames, in GetStackSample() function in v8::Isolate
8569 if (TickSample::GetStackSample(this, &regs, TickSample::kSkipCEntryFrame, in GetStackSample()