Searched refs:MaxRegularCodeObjectSize (Results 1 – 6 of 6) sorted by relevance
70 int MemoryChunkLayout::MaxRegularCodeObjectSize() { in MaxRegularCodeObjectSize() function in v8::internal::MemoryChunkLayout
93 static int MaxRegularCodeObjectSize();
107 (size <= std::min(MemoryChunkLayout::MaxRegularCodeObjectSize(), \
193 DCHECK_EQ(MemoryChunkLayout::MaxRegularCodeObjectSize(), in MaxRegularHeapObjectSize()
219 max_regular_code_object_size_ = MemoryChunkLayout::MaxRegularCodeObjectSize(); in Heap()
1128 CodeSize() <= MemoryChunkLayout::MaxRegularCodeObjectSize() || in CodeVerify()