Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap-inl.h188 size_t large_object_threshold = MaxRegularHeapObjectSize(type); in AllocateRaw() local
190 static_cast<size_t>(size_in_bytes) > large_object_threshold; in AllocateRaw()