Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1238SnapshotData::SNAPSHOT_CP_LIST_ITEM_SIZE); in GenerateSnapshotConstantPoolList()
1307 snapshotData_.AddIndexInfoToRecordInfo(SnapshotData::RecordType::METHOD, in FillSnapshotConstantPoolList()
1333 snapshotData_.AddIndexInfoToRecordInfo(SnapshotData::RecordType::LITERAL, in FillSnapshotConstantPoolList()
1358 snapshotData_.AddIndexInfoToRecordInfo(SnapshotData::RecordType::LITERAL, in FillSnapshotConstantPoolList()
1377 snapshotData_.AddIndexInfoToRecordInfo(SnapshotData::RecordType::LITERAL, in FillSnapshotConstantPoolList()
1444 auto &recordMethodInfo = snapshotData_.GetRecordInfo(SnapshotData::RecordType::METHOD); in ResolveSnapshotConstantPool()
1461 auto &recordLiteralInfo = snapshotData_.GetRecordInfo(SnapshotData::RecordType::LITERAL); in ResolveSnapshotConstantPool()
Dts_manager.h692 class SnapshotData {
707 SnapshotData() : recordInfo_(RecordType::RECORD_TYPE_NUM, RecordData{}) {} in SnapshotData() function
961 SnapshotData snapshotData_ {};