Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dfile.h87 uint32_t proto_idx_off; member
289 … THROW_IF(index_header->proto_idx_off > header->file_size || proto_idx_size > header->file_size || in GetProtoIndex()
290 … index_header->proto_idx_off > header->file_size - proto_idx_size, "index_header is invalid"); in GetProtoIndex()
291 …auto sp = file.SubSpan(index_header->proto_idx_off, index_header->proto_idx_size * EntityId::GetSi… in GetProtoIndex()
/arkcompiler/runtime_core/docs/
Dfile_format.md244 | `proto_idx_off` | `uint32_t` | Offset to the proto index structure. The offset must point to a …