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.cc148 DISABLE_ASAN void TickSample::Init(Isolate* v8_isolate, in Init()
183 bool TickSample::GetStackSample(Isolate* v8_isolate, RegisterState* regs, in GetStackSample()
280 void TickSample::Init(Isolate* isolate, const v8::RegisterState& state, in Init()
283 v8::TickSample::Init(reinterpret_cast<v8::Isolate*>(isolate), state, in Init()
Dcpu-profiler.cc33 TickSample* sample = processor_->StartTickSample(); in SampleStack()
36 sample->Init(isolate, regs, TickSample::kIncludeCEntryFrame, true); in SampleStack()
79 record.sample.Init(isolate, regs, TickSample::kSkipCEntryFrame, false, false); in AddDeoptStack()
94 record.sample.Init(isolate, regs, TickSample::kSkipCEntryFrame, update_stats, in AddCurrentStack()
Dcpu-profiler.h113 TickSample sample;
154 inline TickSample* StartTickSample();
Dcpu-profiler-inl.h57 TickSample* ProfilerEventsProcessor::StartTickSample() { in StartTickSample()
Dprofile-generator.h26 struct TickSample;
443 void RecordTickSample(const TickSample& sample);
Dprofile-generator.cc689 void ProfileGenerator::RecordTickSample(const TickSample& sample) { in RecordTickSample()
/external/v8/include/
Dv8-profiler.h51 struct TickSample { struct
57 TickSample() in TickSample() argument
/external/v8/src/
Dlog.cc784 void Insert(v8::TickSample* sample) { in Insert()
805 bool Remove(v8::TickSample* sample) { in Remove()
822 v8::TickSample buffer_[kBufferSize]; // Buffer storage.
874 TickSample sample; in SampleStack()
875 sample.Init(isolate, state, TickSample::kIncludeCEntryFrame, true); in SampleStack()
933 v8::TickSample sample; in Disengage()
944 v8::TickSample sample; in Run()
1638 void Logger::TickEvent(v8::TickSample* sample, bool overflow) { in TickEvent()
Dlog.h23 struct TickSample;
324 void TickEvent(TickSample* sample, bool overflow);
Dapi.cc8569 if (TickSample::GetStackSample(this, &regs, TickSample::kSkipCEntryFrame, in GetStackSample()