Searched defs:GetStackSample (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/profiler/
H A Dtick-sample.cc158 if (!GetStackSample(v8_isolate, &regs, record_c_entry_frame, stack,
184 bool TickSample::GetStackSample(Isolate* v8_isolate, RegisterState* regs, function in class:v8::TickSample
/external/v8/src/
H A Dapi.cc8401 void Isolate::GetStackSample(const RegisterState& state, void** frames, function in class:v8::Isolate
8404 if (TickSample::GetStackSample(this, &regs, TickSample::kSkipCEntryFrame,

Completed in 299 milliseconds