Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h719 JSTaggedValue GetSnapshotCPList() const in GetSnapshotCPList() function
761 JSTaggedValue PUBLIC_API GetSnapshotCPList() const in GetSnapshotCPList() function
763 return snapshotData_.GetSnapshotCPList(); in GetSnapshotCPList()
Dts_manager.cpp1218 JSHandle<TaggedArray> snapshotCPList(thread_, snapshotData_.GetSnapshotCPList()); in GetSnapshotConstantPool()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot.cpp39 JSTaggedValue root = tsManager->GetSnapshotCPList(); in Serialize()