Home
last modified time | relevance | path

Searched refs:TickSample (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/profiler/
Dtick-sample.h17 struct TickSample : public v8::TickSample { struct
Dtick-sample.cc150 DISABLE_ASAN void TickSample::Init(Isolate* v8_isolate, in Init()
184 bool TickSample::GetStackSample(Isolate* v8_isolate, RegisterState* regs, in GetStackSample()
270 void TickSample::Init(Isolate* isolate, const v8::RegisterState& state, in Init()
273 v8::TickSample::Init(reinterpret_cast<v8::Isolate*>(isolate), state, in Init()
Dcpu-profiler.cc27 TickSample* sample = processor_->StartTickSample(); in SampleStack()
30 sample->Init(isolate, regs, TickSample::kIncludeCEntryFrame, true); in SampleStack()
73 record.sample.Init(isolate, regs, TickSample::kSkipCEntryFrame, false, false); in AddDeoptStack()
88 record.sample.Init(isolate, regs, TickSample::kSkipCEntryFrame, update_stats, in AddCurrentStack()
Dcpu-profiler.h111 TickSample sample;
152 inline TickSample* StartTickSample();
Dcpu-profiler-inl.h53 TickSample* ProfilerEventsProcessor::StartTickSample() { in StartTickSample()
Dprofile-generator.h18 struct TickSample;
373 void RecordTickSample(const TickSample& sample);
Dprofile-generator.cc642 void ProfileGenerator::RecordTickSample(const TickSample& sample) { in RecordTickSample()
/external/v8/include/
Dv8-profiler.h65 struct TickSample { struct
71 TickSample() in TickSample() argument
/external/v8/src/
Dlog.h20 struct TickSample;
292 void TickEvent(TickSample* sample, bool overflow);
Dlog.cc557 void Insert(v8::TickSample* sample) { in Insert()
578 bool Remove(v8::TickSample* sample) { in Remove()
595 v8::TickSample buffer_[kBufferSize]; // Buffer storage.
647 TickSample sample; in SampleStack()
648 sample.Init(isolate, state, TickSample::kIncludeCEntryFrame, true); in SampleStack()
708 v8::TickSample sample; in Disengage()
719 v8::TickSample sample; in Run()
1264 void Logger::TickEvent(v8::TickSample* sample, bool overflow) { in TickEvent()
Dapi.cc8404 if (TickSample::GetStackSample(this, &regs, TickSample::kSkipCEntryFrame, in GetStackSample()