HomeSort by relevance Sort by last modified time
    Searched refs:processor_ (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
cpu-profiler.cc 315 return isolate->cpu_profiler()->processor_->TickSampleEvent();
346 Isolate::Current()->cpu_profiler()->processor_->CallbackCreateEvent(
353 Isolate::Current()->cpu_profiler()->processor_->CodeCreateEvent(
361 isolate->cpu_profiler()->processor_->CodeCreateEvent(
377 isolate->cpu_profiler()->processor_->CodeCreateEvent(
392 Isolate::Current()->cpu_profiler()->processor_->CodeCreateEvent(
405 Isolate::Current()->cpu_profiler()->processor_->CodeCreateEvent(
414 Isolate::Current()->cpu_profiler()->processor_->CodeMoveEvent(from, to);
424 profiler->processor_->SharedFunctionInfoMoveEvent(from, to);
429 Isolate::Current()->cpu_profiler()->processor_->CallbackCreateEvent
    [all...]
cpu-profiler.h 271 ProfilerEventsProcessor* processor_; member in class:v8::internal::CpuProfiler
  /external/chromium/chrome/browser/sync/glue/
autofill_profile_change_processor.h 94 AutofillProfileChangeProcessor* processor_; member in class:browser_sync::AutofillProfileChangeProcessor::ScopedStopObserving
autofill_profile_change_processor.cc 51 processor_ = processor;
52 processor_->StopObserving();
56 processor_->StartObserving();

Completed in 1046 milliseconds