Searched refs:kMaxCodePageSize (Results 1 – 2 of 2) sorted by relevance
595 if (executable && chunk->size() > LargePage::kMaxCodePageSize) { in Initialize()596 STATIC_ASSERT(LargePage::kMaxCodePageSize <= TypedSlotSet::kMaxOffset); in Initialize()
817 static const int kMaxCodePageSize = 512 * MB; variable