Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dregion.h110 snapshotData_(0) in Region()
484 return snapshotData_; in GetSnapshotData()
489 snapshotData_ = value; in SetSnapshotData()
600 uint64_t snapshotData_; variable
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp125 CVector<JSTaggedType> &elmVec = snapshotData_.GetSnapshotValVector(curCPID_); in RecordElmToVecAndIndexMap()
189 CVector<JSTaggedType> &hcVec = snapshotData_.GetSnapshotValVector(curCPID_); in RecordIhcToVecAndIndexMap()
203 const CVector<JSTaggedType> &valVec = snapshotData_.GetSnapshotValVector(curCPID_); in GetValueFromCache()
526 snapshotData_.Iterate(v); in Iterate()
1218 JSHandle<TaggedArray> snapshotCPList(thread_, snapshotData_.GetSnapshotCPList()); in GetSnapshotConstantPool()
1239 snapshotData_.SetSnapshotCPList(snapshotCPList.GetTaggedValue()); in GenerateSnapshotConstantPoolList()
1247 const CVector<JSTaggedType> &valVec = snapshotData_.GetSnapshotValVector(oldCPID); 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()
[all …]
Dts_manager.h763 return snapshotData_.GetSnapshotCPList(); in GetSnapshotCPList()
961 SnapshotData snapshotData_ {};