Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/snapshot/tests/
Dsnapshot_test.cpp113 constpool->SetObjectToCache(thread, 0, funcFunc.GetTaggedValue()); in HWTEST_F_L0()
114 constpool->SetObjectToCache(thread, 1, dateFunc.GetTaggedValue()); in HWTEST_F_L0()
115 constpool->SetObjectToCache(thread, 2, str1.GetTaggedValue()); in HWTEST_F_L0()
116 constpool->SetObjectToCache(thread, 3, numberFunc.GetTaggedValue()); in HWTEST_F_L0()
117 constpool->SetObjectToCache(thread, 4, str2.GetTaggedValue()); in HWTEST_F_L0()
118 constpool->SetObjectToCache(thread, 5, str1.GetTaggedValue()); in HWTEST_F_L0()
119 constpool->SetObjectToCache(thread, 6, str3.GetTaggedValue()); in HWTEST_F_L0()
120 constpool->SetObjectToCache(thread, 7, str4.GetTaggedValue()); in HWTEST_F_L0()
121 constpool->SetObjectToCache(thread, 8, str4.GetTaggedValue()); in HWTEST_F_L0()
122 constpool->SetObjectToCache(thread, 9, str5.GetTaggedValue()); in HWTEST_F_L0()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_constantpool_data.cpp84 aotLiteralInfo->SetObjectToCache(thread_, i, JSTaggedValue(methodOffset)); in CollectLiteralInfo()
99 …snapshotConstantPool->SetObjectToCache(thread_, constantPoolIndex, aotLiteralInfo.GetTaggedValue()… in CollectLiteralInfo()
112 snapshotCp->SetObjectToCache(thread_, data.constantPoolIdx_, str); in StoreDataToGlobalData()
139 aotLiteralInfo->SetObjectToCache(thread_, 0, JSTaggedValue(initValue)); in StoreDataToGlobalData()
144 aotLiteralInfo->SetObjectToCache(thread_, 0, JSTaggedValue(methodOffset)); in StoreDataToGlobalData()
148 … snapshotCp->SetObjectToCache(thread_, data.constantPoolIdx_, aotLiteralInfo.GetTaggedValue()); in StoreDataToGlobalData()
Dsnapshot_global_data.cpp57 aotLiteralInfo->SetObjectToCache(thread, i, JSTaggedValue(entryIndex)); in Resolve()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h211 inline void SetObjectToCache(JSThread *thread, uint32_t index, JSTaggedValue value) in SetObjectToCache() function
258 constpoolHandle->SetObjectToCache(thread, index, method.GetTaggedValue()); in GetMethodFromCache()
292 constpool->SetObjectToCache(thread, literal, val);
406 constpoolHandle->SetObjectToCache(thread, index, val); in GetLiteralFromCache()
461 constpoolHandle->SetObjectToCache(thread, index, val); in GetStringFromCache()
Dpanda_file_translator.cpp174 constpool->SetObjectToCache(thread, value.GetConstpoolIndex(), JSTaggedValue(string)); in ParseConstPool()
193 constpool->SetObjectToCache(thread, value.GetConstpoolIndex(), obj.GetTaggedValue()); in ParseConstPool()
202 constpool->SetObjectToCache(thread, value.GetConstpoolIndex(), arr.GetTaggedValue()); in ParseConstPool()
209 … constpool->SetObjectToCache(thread, value.GetConstpoolIndex(), classLiteral.GetTaggedValue()); in ParseConstPool()
220 constpool->SetObjectToCache(thread, value.GetConstpoolIndex(), method.GetTaggedValue()); in ParseConstPool()
263 constpool->SetObjectToCache(thread, value.GetConstpoolIndex(), obj.GetTaggedValue()); in ParseFuncAndLiteralConstPool()
271 constpool->SetObjectToCache(thread, value.GetConstpoolIndex(), arr.GetTaggedValue()); in ParseFuncAndLiteralConstPool()
278 … constpool->SetObjectToCache(thread, value.GetConstpoolIndex(), classLiteral.GetTaggedValue()); in ParseFuncAndLiteralConstPool()
289 constpool->SetObjectToCache(thread, value.GetConstpoolIndex(), method.GetTaggedValue()); in ParseFuncAndLiteralConstPool()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.h117 inline void SetObjectToCache(JSThread *thread, uint32_t index, JSTaggedValue value) in SetObjectToCache() function