Searched refs:SetObjectToCache (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/snapshot/tests/ |
D | snapshot_test.cpp | 113 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/jspandafile/ |
D | program_object.h | 171 inline void SetObjectToCache(JSThread *thread, uint32_t index, JSTaggedValue value) in SetObjectToCache() function 212 constpoolHandle->SetObjectToCache(thread, index, method.GetTaggedValue()); in GetMethodFromCache() 242 constpool->SetObjectToCache(thread, literal, val); in GetClassLiteralFromCache() 314 constpoolHandle->SetObjectToCache(thread, index, val); in GetLiteralFromCache() 353 constpoolHandle->SetObjectToCache(thread, index, val); in GetStringFromCache()
|
D | panda_file_translator.cpp | 170 constpool->SetObjectToCache(thread, value.GetConstpoolIndex(), JSTaggedValue(string)); in ParseConstPool() 189 constpool->SetObjectToCache(thread, value.GetConstpoolIndex(), obj.GetTaggedValue()); in ParseConstPool() 198 constpool->SetObjectToCache(thread, value.GetConstpoolIndex(), arr.GetTaggedValue()); in ParseConstPool() 205 … constpool->SetObjectToCache(thread, value.GetConstpoolIndex(), classLiteral.GetTaggedValue()); in ParseConstPool() 216 constpool->SetObjectToCache(thread, value.GetConstpoolIndex(), method.GetTaggedValue()); in ParseConstPool() 259 constpool->SetObjectToCache(thread, value.GetConstpoolIndex(), obj.GetTaggedValue()); in ParseFuncAndLiteralConstPool() 267 constpool->SetObjectToCache(thread, value.GetConstpoolIndex(), arr.GetTaggedValue()); in ParseFuncAndLiteralConstPool() 274 … constpool->SetObjectToCache(thread, value.GetConstpoolIndex(), classLiteral.GetTaggedValue()); in ParseFuncAndLiteralConstPool() 285 constpool->SetObjectToCache(thread, value.GetConstpoolIndex(), method.GetTaggedValue()); in ParseFuncAndLiteralConstPool()
|
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
D | aot_file_manager.h | 96 inline void SetObjectToCache(JSThread *thread, uint32_t index, JSTaggedValue value) in SetObjectToCache() function
|
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
D | ts_manager.cpp | 1293 newCP->SetObjectToCache(thread_, data.index, str); in FillSnapshotConstantPoolList() 1309 newCP->SetObjectToCache(thread_, data.index, JSTaggedValue(methodOffset)); in FillSnapshotConstantPoolList() 1399 newCP->SetObjectToCache(thread_, constantPoolSize + i, JSTaggedValue(valVec[i])); in AddValueToSnapshotConstantPoolList() 1428 aotLiteralInfo->SetObjectToCache(thread_, i, JSTaggedValue(methodOffset)); in CollectLiteralInfo() 1439 …snapshotConstantPool->SetObjectToCache(thread_, constantPoolIndex, aotLiteralInfo.GetTaggedValue()… in CollectLiteralInfo() 1457 newCP->SetObjectToCache(thread_, methodIndex, JSTaggedValue(entryIndex)); in ResolveSnapshotConstantPool() 1481 aotLiteralInfo->SetObjectToCache(thread_, i, JSTaggedValue(entryIndex)); in ResolveSnapshotConstantPool()
|