Home
last modified time | relevance | path

Searched refs:highest_ever_allocated_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dspaces.h1416 address >= highest_ever_allocated_; in IsOutsideAllocatedSpace()
1503 ptr = highest_ever_allocated_; in UpdateAllocatedSpaceLimits()
1505 !highest_ever_allocated_.compare_exchange_weak(ptr, high)); in UpdateAllocatedSpaceLimits()
1537 std::atomic<Address> highest_ever_allocated_; variable
Dspaces.cc312 highest_ever_allocated_(kNullAddress), in MemoryAllocator()