Searched refs:TickSample (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/profiler/ |
D | tick-sample.h | 17 struct TickSample : public v8::TickSample { struct
|
D | tick-sample.cc | 150 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()
|
D | cpu-profiler.cc | 27 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()
|
D | cpu-profiler.h | 111 TickSample sample; 152 inline TickSample* StartTickSample();
|
D | cpu-profiler-inl.h | 53 TickSample* ProfilerEventsProcessor::StartTickSample() { in StartTickSample()
|
D | profile-generator.h | 18 struct TickSample; 373 void RecordTickSample(const TickSample& sample);
|
D | profile-generator.cc | 642 void ProfileGenerator::RecordTickSample(const TickSample& sample) { in RecordTickSample()
|
/external/v8/include/ |
D | v8-profiler.h | 65 struct TickSample { struct 71 TickSample() in TickSample() function
|
/external/v8/src/ |
D | log.h | 20 struct TickSample; 292 void TickEvent(TickSample* sample, bool overflow);
|
D | log.cc | 557 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()
|
D | api.cc | 8404 if (TickSample::GetStackSample(this, ®s, TickSample::kSkipCEntryFrame, in GetStackSample()
|