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 329 return isolate->cpu_profiler()->processor_->TickSampleEvent();
359 Isolate::Current()->cpu_profiler()->processor_->CallbackCreateEvent(
366 Isolate::Current()->cpu_profiler()->processor_->CodeCreateEvent(
374 isolate->cpu_profiler()->processor_->CodeCreateEvent(
390 isolate->cpu_profiler()->processor_->CodeCreateEvent(
405 Isolate::Current()->cpu_profiler()->processor_->CodeCreateEvent(
418 Isolate::Current()->cpu_profiler()->processor_->CodeCreateEvent(
427 Isolate::Current()->cpu_profiler()->processor_->CodeMoveEvent(from, to);
432 Isolate::Current()->cpu_profiler()->processor_->CodeDeleteEvent(from);
438 profiler->processor_->SharedFunctionInfoMoveEvent(from, to)
    [all...]
cpu-profiler.h 289 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 3314 milliseconds