Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dsampler.h43 static void GetStackSample(Isolate* isolate, const v8::RegisterState& state,
Dsampler.cc699 GetStackSample(isolate, regs, record_c_entry_frame, in Init()
705 void TickSample::GetStackSample(Isolate* isolate, const v8::RegisterState& regs, in GetStackSample() function in v8::internal::TickSample
/external/v8/test/cctest/
Dtest-sampler-api.cc144 isolate_->GetStackSample(state, sample_.data().start(), in DoCollectSample()
/external/v8/src/
Dapi.cc7358 void Isolate::GetStackSample(const RegisterState& state, void** frames, in GetStackSample() function in v8::Isolate
7361 i::TickSample::GetStackSample(isolate, state, i::TickSample::kSkipCEntryFrame, in GetStackSample()
/external/v8/include/
Dv8.h5602 void GetStackSample(const RegisterState& state, void** frames,