Home
last modified time | relevance | path

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

/external/v8/src/
Dspaces-inl.h253 Address current_top = allocation_info_.top; in AllocateLinearly() local
254 Address new_top = current_top + size_in_bytes; in AllocateLinearly()
258 return HeapObject::FromAddress(current_top); in AllocateLinearly()
Dspaces.cc2209 Address current_top = allocation_info_.top; in ReserveSpace() local
2210 Address new_top = current_top + size_in_bytes; in ReserveSpace()