Home
last modified time | relevance | path

Searched refs:MergeIfAdjacent (Results 1 – 3 of 3) sorted by relevance

/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dlinear-allocation-area.h60 V8_INLINE bool MergeIfAdjacent(LinearAllocationArea& other) { in MergeIfAdjacent() function
H A Dspaces-inl.h167 return allocation_info_.MergeIfAdjacent(other->allocation_info_); in TryMerge()
H A Dnew-spaces.cc598 if (allocation_info_.MergeIfAdjacent(info)) { in MaybeFreeUnusedLab()