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

  /external/v8/src/heap/
heap-inl.h 200 for (auto& tracker : allocation_trackers_) {
233 for (auto& tracker : allocation_trackers_) {
heap.cc 500 if (allocation_trackers_.empty()) DisableInlineAllocation();
501 allocation_trackers_.push_back(tracker);
506 allocation_trackers_.erase(std::remove(allocation_trackers_.begin(),
507 allocation_trackers_.end(), tracker),
508 allocation_trackers_.end());
509 if (allocation_trackers_.empty()) EnableInlineAllocation();
    [all...]
heap.h 2261 std::vector<HeapObjectAllocationTracker*> allocation_trackers_; member in class:v8::internal::GarbageCollectionReason::Heap
    [all...]

Completed in 94 milliseconds