Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1292 JSHandle<ConstantPool> newCP = GetSnapshotConstantPool(cpListIndex); in FillSnapshotConstantPoolList() local
1293 newCP->SetObjectToCache(thread_, data.index, str); in FillSnapshotConstantPoolList()
1305 JSHandle<ConstantPool> newCP = GetSnapshotConstantPool(cpListIndex); in FillSnapshotConstantPoolList() local
1309 newCP->SetObjectToCache(thread_, data.index, JSTaggedValue(methodOffset)); in FillSnapshotConstantPoolList()
1325 JSHandle<ConstantPool> newCP = GetSnapshotConstantPool(cpListIndex); in FillSnapshotConstantPoolList() local
1332 CollectLiteralInfo(arrayHandle, data.index, newCP, bcInfoCollector, ihc, chc); in FillSnapshotConstantPoolList()
1350 JSHandle<ConstantPool> newCP = GetSnapshotConstantPool(cpListIndex); in FillSnapshotConstantPoolList() local
1357 CollectLiteralInfo(properties, data.index, newCP, bcInfoCollector, ihc, chc); in FillSnapshotConstantPoolList()
1373 JSHandle<ConstantPool> newCP = GetSnapshotConstantPool(cpListIndex); in FillSnapshotConstantPoolList() local
1376 CollectLiteralInfo(literal, data.index, newCP, bcInfoCollector, ihc, chc); in FillSnapshotConstantPoolList()
[all …]