Home
last modified time | relevance | path

Searched refs:code_comments_offset_offset (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/snapshot/embedded/
Dembedded-data-inl.h55 DCHECK_LE(desc.handler_table_offset, desc.code_comments_offset_offset); in SafepointTableSizeOf()
75 DCHECK_LE(desc.handler_table_offset, desc.code_comments_offset_offset); in HandlerTableSizeOf()
76 return desc.code_comments_offset_offset - desc.handler_table_offset; in HandlerTableSizeOf()
96 DCHECK_LE(desc.constant_pool_offset, desc.code_comments_offset_offset); in ConstantPoolSizeOf()
97 return desc.code_comments_offset_offset - desc.constant_pool_offset; in ConstantPoolSizeOf()
106 const uint8_t* result = RawMetadata() + desc.code_comments_offset_offset; in CodeCommentsStartOf()
107 DCHECK_LE(desc.code_comments_offset_offset, data_size_); in CodeCommentsStartOf()
114 DCHECK_LE(desc.code_comments_offset_offset, in CodeCommentsSizeOf()
116 return desc.unwinding_info_offset_offset - desc.code_comments_offset_offset; in CodeCommentsSizeOf()
Dembedded-data.h198 uint32_t code_comments_offset_offset; member
214 STATIC_ASSERT(offsetof(LayoutDescription, code_comments_offset_offset) ==
220 STATIC_ASSERT(offsetof(LayoutDescription, code_comments_offset_offset) ==
Dembedded-data.cc315 layout_desc.code_comments_offset_offset = in FromIsolate()