Home
last modified time | relevance | path

Searched refs:StartTickSample (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
Dcpu-profiler-inl.h70 TickSample* CpuProfiler::StartTickSample() { in StartTickSample() function
71 if (is_profiling_) return processor_->StartTickSample(); in StartTickSample()
81 TickSample* ProfilerEventsProcessor::StartTickSample() { in StartTickSample() function
Dcpu-profiler.h158 inline TickSample* StartTickSample();
222 inline TickSample* StartTickSample();
Dsampler.cc623 TickSample* sample = isolate_->cpu_profiler()->StartTickSample(); in SampleStack()
/external/chromium_org/v8/test/cctest/
Dtest-cpu-profiler.cc70 i::TickSample* sample = proc->StartTickSample(); in EnqueueTickSampleEvent()
285 i::TickSample* sample = processor->StartTickSample(); in TEST()