Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
H A Dfile.h71 uint32_t class_idx_off; member
84 uint32_t class_idx_off; member
194 Span class_idx_data = file.SubSpan(header->class_idx_off, header->num_classes * sizeof(uint32_t)); in GetClasses()
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()
H A Dfile.cpp625 if (!CheckHeaderElementOffset(header->class_idx_off, header->num_classes, header->file_size)) { in CheckHeader()
626 LOG(ERROR, PANDAFILE) << "Invalid panda file class_idx_off " << header->class_idx_off << in CheckHeader()
/arkcompiler/runtime_core/abc2program/
H A Dabc2program_compiler.cpp91 auto class_off = header->class_idx_off + sizeof(uint32_t) * offset; in CheckClassId()
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
H A Djs_pandafile_test.cpp253 Span classIdxData = fileData.SubSpan(header->class_idx_off, header->num_classes * sizeof(uint32_t)); in HWTEST_F_L0()
/arkcompiler/runtime_core/libpandafile/tests/
H A Dfile_item_container_test.cpp247 EXPECT_EQ(panda_file->GetHeader()->class_idx_off, sizeof(File::Header)); in TestPandaFile()
250 reinterpret_cast<const uint32_t *>(panda_file->GetBase() + panda_file->GetHeader()->class_idx_off); in TestPandaFile()
/arkcompiler/runtime_core/disassembler/
H A Ddisassembler.cpp486 auto class_off = file_->GetHeader()->class_idx_off + sizeof(uint32_t) * i; in GetRecords()

Completed in 10 milliseconds