Home
last modified time | relevance | path

Searched refs:snapshotCpArr (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H A Daot_snapshot.cpp45 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 Dsnapshot_constantpool_data.cpp223 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