Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces-inl.h290 HeapObject* PagedSpace::AllocateLinearly(int size_in_bytes) { in AllocateLinearly() function
322 HeapObject* object = AllocateLinearly(size_in_bytes); in AllocateRawUnaligned()
Dspaces.h2353 inline HeapObject* AllocateLinearly(int size_in_bytes); in NON_EXPORTED_BASE()