HomeSort by relevance Sort by last modified time
    Searched refs:AddAllocationObserver (Results 1 - 6 of 6) 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/test/cctest/heap/
test-spaces.cc 564 space->AddAllocationObserver(&observer1);
592 space->AddAllocationObserver(&observer2);
667 new_space->AddAllocationObserver(&observer1);
669 new_space->AddAllocationObserver(&observer2);
  /external/v8/src/heap/
incremental-marking.cc 507 heap_->new_space()->AddAllocationObserver(&observer_);
    [all...]
spaces.h     [all...]
spaces.cc     [all...]
heap.cc     [all...]

Completed in 2947 milliseconds