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

  /external/v8/src/profiler/
sampling-heap-profiler.h 159 class SamplingAllocationObserver : public AllocationObserver {
164 : AllocationObserver(step_size),
  /external/v8/src/heap/
incremental-marking.h 225 class Observer : public AllocationObserver {
228 : AllocationObserver(step_size),
heap.h 319 class AllocationObserver;
    [all...]
spaces.h 30 class AllocationObserver;
832 : allocation_observers_(new List<AllocationObserver*>()),
850 virtual void AddAllocationObserver(AllocationObserver* observer) {
854 virtual void RemoveAllocationObserver(AllocationObserver* observer) {
917 std::unique_ptr<List<AllocationObserver*>> allocation_observers_;
    [all...]
spaces.cc     [all...]
heap.cc 61 class IdleScavengeObserver : public AllocationObserver {
64 : AllocationObserver(step_size), heap_(heap) {}
    [all...]

Completed in 134 milliseconds