Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dlocal-heap-inl.h29 bool large_object = size_in_bytes > Heap::MaxRegularHeapObjectSize(type); in AllocateRaw() local
32 if (large_object) in AllocateRaw()
Dheap-inl.h189 bool large_object = in AllocateRaw() local
203 if (large_object) { in AllocateRaw()
217 if (large_object) { in AllocateRaw()
224 if (large_object) { in AllocateRaw()
232 DCHECK(!large_object); in AllocateRaw()
247 if (!large_object) { in AllocateRaw()