Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dmemory-chunk-layout.cc70 int MemoryChunkLayout::MaxRegularCodeObjectSize() { in MaxRegularCodeObjectSize() function in v8::internal::MemoryChunkLayout
Dmemory-chunk-layout.h93 static int MaxRegularCodeObjectSize();
Dspaces.h107 (size <= std::min(MemoryChunkLayout::MaxRegularCodeObjectSize(), \
Dheap-inl.h193 DCHECK_EQ(MemoryChunkLayout::MaxRegularCodeObjectSize(), in MaxRegularHeapObjectSize()
Dheap.cc219 max_regular_code_object_size_ = MemoryChunkLayout::MaxRegularCodeObjectSize(); in Heap()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc1128 CodeSize() <= MemoryChunkLayout::MaxRegularCodeObjectSize() || in CodeVerify()