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

  /external/v8/src/profiler/
sampling-heap-profiler.cc 69 heap->new_space()->AddAllocationObserver(new_space_observer_.get());
73 space->AddAllocationObserver(other_spaces_observer_.get());
  /external/v8/src/heap/
incremental-marking.cc 489 space->AddAllocationObserver(&new_generation_observer_);
491 space->AddAllocationObserver(&old_generation_observer_);
    [all...]
spaces.h 850 virtual void AddAllocationObserver(AllocationObserver* observer) {
    [all...]
spaces.cc     [all...]
heap.cc     [all...]

Completed in 344 milliseconds