Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc989 static const int constant_pool_delta = FLAG_enable_ool_constant_pool ? 48 : 0; in SizeOfFirstPage() local
993 size = (112 + constant_pool_delta) * kPointerSize * KB; in SizeOfFirstPage()
1015 size = RoundUp((480 - constant_pool_delta) * KB * in SizeOfFirstPage()