Home
last modified time | relevance | path

Searched defs:snapshotCPList (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h714 void SetSnapshotCPList(JSTaggedValue snapshotCPList) in SetSnapshotCPList()
Dts_manager.cpp1218 JSHandle<TaggedArray> snapshotCPList(thread_, snapshotData_.GetSnapshotCPList()); in GetSnapshotConstantPool() local
1237 JSHandle<TaggedArray> snapshotCPList = factory_->NewTaggedArray(oldCPValues.size() * in GenerateSnapshotConstantPoolList() local