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

  /external/v8/src/heap/
spaces.cc     [all...]
spaces.h 827 : allocation_observers_(new List<AllocationObserver*>()),
846 allocation_observers_->Add(observer);
850 bool removed = allocation_observers_->RemoveElement(observer);
912 std::unique_ptr<List<AllocationObserver*>> allocation_observers_; member in class:v8::internal::Space
    [all...]

Completed in 65 milliseconds