Searched refs:snapshotCpArr (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
H A D | aot_snapshot.cpp | 45 JSHandle<TaggedArray> snapshotCpArr = factory_->NewTaggedArray(allConstantPools.size() * in GenerateSnapshotConstantPools() local 47 snapshotData_.AddSnapshotCpArrayToData(thread_, fileName, fileIndex, snapshotCpArr); in GenerateSnapshotConstantPools() 62 snapshotCpArr->Set(thread_, pos++, JSTaggedValue(cpId)); in GenerateSnapshotConstantPools() 64 snapshotCpArr->Set(thread_, pos++, newCp.GetTaggedValue()); in GenerateSnapshotConstantPools()
|
H A D | snapshot_constantpool_data.cpp | 223 JSHandle<TaggedArray> snapshotCpArr(thread_, globalData.GetCurSnapshotCpArray()); in StoreDataToGlobalData() 224 JSHandle<ConstantPool> snapshotCp(thread_, snapshotCpArr->Get(snapshotCpArrIdx)); in StoreDataToGlobalData() 247 JSHandle<TaggedArray> snapshotCpArr(thread_, globalData.GetCurSnapshotCpArray()); in StoreDataToGlobalData() 248 JSHandle<ConstantPool> snapshotCp(thread_, snapshotCpArr->Get(snapshotCpArrIdx)); in StoreDataToGlobalData() 295 JSHandle<TaggedArray> snapshotCpArr(thread_, globalData.GetCurSnapshotCpArray()); in StoreDataToGlobalData() 296 JSHandle<ConstantPool> snapshotCp(thread_, snapshotCpArr->Get(snapshotCpArrIdx)); in StoreDataToGlobalData() 345 JSHandle<TaggedArray> snapshotCpArr(thread_, globalData.GetCurSnapshotCpArray()); in StoreDataToGlobalData() 346 JSHandle<ConstantPool> snapshotCp(thread_, snapshotCpArr->Get(snapshotCpArrIdx)); in StoreDataToGlobalData() 376 JSHandle<TaggedArray> snapshotCpArr(thread_, globalData.GetCurSnapshotCpArray()); in StoreDataToGlobalData() 377 JSHandle<ConstantPool> snapshotCp(thread_, snapshotCpArr in StoreDataToGlobalData() [all...] |
Completed in 2 milliseconds