Home
last modified time | relevance | path

Searched refs:class_idx_size (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dfile.h83 uint32_t class_idx_size; member
235 auto class_idx_size = index_header->class_idx_size * EntityId::GetSize(); in GetClassIndex() local
236 ThrowIfWithCheck(index_header->class_idx_off > header->file_size || class_idx_size > header->file_size || in GetClassIndex()
237 index_header->class_idx_off > header->file_size - class_idx_size, File::INVALID_INDEX_HEADER, in GetClassIndex()
239 auto sp = file.SubSpan(index_header->class_idx_off, index_header->class_idx_size * EntityId::GetSize()); in GetClassIndex()
240 return Span(reinterpret_cast<const EntityId *>(sp.data()), index_header->class_idx_size); in GetClassIndex()

Completed in 2 milliseconds