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