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

  /external/libchrome/base/
tracked_objects.h 334 // All invocations of DeathData::OnProfilingPhaseCompleted and
414 void OnProfilingPhaseCompleted(int profiling_phase);
432 // OnProfilingPhaseCompleted() on the snapshot thread.
441 // but these fields can be set to 0 by OnProfilingPhaseCompleted() on the
554 static void OnProfilingPhaseCompleted(int profiling_phase);
    [all...]
tracked_objects_unittest.cc 375 data->OnProfilingPhaseCompleted(123);
642 ThreadData::OnProfilingPhaseCompleted(0);
745 ThreadData::OnProfilingPhaseCompleted(0);
763 ThreadData::OnProfilingPhaseCompleted(1);
    [all...]
tracked_objects.cc 218 void DeathData::OnProfilingPhaseCompleted(int profiling_phase) {
535 void ThreadData::OnProfilingPhaseCompleted(int profiling_phase) {
749 death.second.OnProfilingPhaseCompleted(profiling_phase);
    [all...]

Completed in 56 milliseconds