Home
last modified time | relevance | path

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

/external/v8/src/snapshot/embedded/
Dembedded-data.h159 static constexpr uint32_t LayoutDescriptionTableSize() { in LayoutDescriptionTableSize() function
163 return LayoutDescriptionTableOffset() + LayoutDescriptionTableSize(); in FixedDataSize()
Dembedded-data.cc271 DCHECK_EQ(LayoutDescriptionTableSize(), in FromIsolate()
274 layout_descriptions.data(), LayoutDescriptionTableSize()); in FromIsolate()