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 | 148 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()
|
D | cpu-profiler.cc | 33 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()
|
D | cpu-profiler.h | 113 TickSample sample; 154 inline TickSample* StartTickSample();
|
D | cpu-profiler-inl.h | 57 TickSample* ProfilerEventsProcessor::StartTickSample() { in StartTickSample()
|
D | profile-generator.h | 26 struct TickSample; 443 void RecordTickSample(const TickSample& sample);
|
D | profile-generator.cc | 689 void ProfileGenerator::RecordTickSample(const TickSample& sample) { in RecordTickSample()
|
/external/v8/include/ |
D | v8-profiler.h | 51 struct TickSample { struct 57 TickSample() in TickSample() argument
|
/external/v8/src/ |
D | log.cc | 784 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()
|
D | log.h | 23 struct TickSample; 324 void TickEvent(TickSample* sample, bool overflow);
|
D | api.cc | 8569 if (TickSample::GetStackSample(this, ®s, TickSample::kSkipCEntryFrame, in GetStackSample()
|