Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/snapshot/tests/
Dsnapshot_test.cpp144 EXPECT_TRUE(constpool1->GetObjectFromCache(0).IsJSFunction()); in HWTEST_F_L0()
145 EXPECT_TRUE(constpool1->GetObjectFromCache(1).IsJSFunction()); in HWTEST_F_L0()
146 EXPECT_TRUE(constpool1->GetObjectFromCache(3).IsJSFunction()); in HWTEST_F_L0()
193 EXPECT_TRUE(constpool1->GetObjectFromCache(0).IsTaggedArray()); in HWTEST_F_L0()
194 EXPECT_TRUE(constpool1->GetObjectFromCache(100).IsTaggedArray()); in HWTEST_F_L0()
195 EXPECT_TRUE(constpool1->GetObjectFromCache(300).IsTaggedArray()); in HWTEST_F_L0()
197 auto obj1 = constpool1->GetObjectFromCache(0).GetTaggedObject(); in HWTEST_F_L0()
199 auto obj2 = constpool1->GetObjectFromCache(100).GetTaggedObject(); in HWTEST_F_L0()
238 EXPECT_TRUE(constpool->GetObjectFromCache(0).IsTaggedArray()); in HWTEST_F_L0()
239 EXPECT_TRUE(constpool->GetObjectFromCache(100).IsTaggedArray()); in HWTEST_F_L0()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_global_data.cpp39 JSTaggedValue val = newCP->GetObjectFromCache(item.constpoolIdx_); in Resolve()
63 JSTaggedValue methodOffsetVal = aotLiteralInfo->GetObjectFromCache(i); in Resolve()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h214 JSTaggedValue val = constpool->GetObjectFromCache(i);
246 JSTaggedValue val = src->GetObjectFromCache(i); in CopySharedMethodAOTLiteralInfo()
466 JSTaggedValue tempVal = taggedPool->GetObjectFromCache(index); in CASSetObjectToCache()
477 inline JSTaggedValue GetObjectFromCache(uint32_t index) const in GetObjectFromCache() function
485 auto val = taggedPool->GetObjectFromCache(index); in GetMethodFromCache()
499 entryIndexVal = entryIndexes->GetObjectFromCache(0).GetInt(); // 0: only one method in GetMethodFromCache()
555 auto val = taggedPool->GetObjectFromCache(index); in GetLiteralFromCache()
652 auto val = taggedPool->GetObjectFromCache(index); in GetLiteralFromCache()
Dprogram_object.cpp26 JSTaggedValue val = constpool->GetObjectFromCache(literal); in GetClassLiteralFromCache()
186 auto val = taggedPool->GetObjectFromCache(index); in GetMethodFromCache()
216 JSTaggedValue val = aiCP->GetObjectFromCache(i); in UpdateConstpoolWhenDeserialAI()
Dliteral_data_extractor.cpp478 entryIndex = entryIndexes->GetObjectFromCache(pos++).GetInt(); in ExtractObjectDatas()
611 entryIndex = entryIndexes->GetObjectFromCache(index++).GetInt(); in GetDatasIgnoreType()
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp186 JSTaggedValue value = baseConstpool->GetObjectFromCache(constpoolIndex); in GetPatchMethod()
191 if (baseConstpool->GetObjectFromCache(constpoolIndex).IsHole()) { in GetPatchMethod()
195 … ConstantPool::Cast(unsharedBaseConstpool.GetTaggedObject())->GetObjectFromCache(constpoolIndex)); in GetPatchMethod()
197 classLiteral = ClassLiteral::Cast(baseConstpool->GetObjectFromCache(constpoolIndex)); in GetPatchMethod()
321 JSTaggedValue constpoolValue = baseConstpool->GetObjectFromCache(constpoolIndex); in FindAndReplaceSameMethod()
357 … JSTaggedValue constpoolValue = baseUnsharedConstpool->GetObjectFromCache(constpoolIndex); in FindAndReplaceSameMethod()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.h126 inline JSTaggedValue GetObjectFromCache(uint32_t index) const in GetObjectFromCache() function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter_assembly.cpp2496 …JSTaggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(string… in HandleStownbynamewithnamesetImm8Id16V8()
2516 …auto propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId); // … in HandleStownbynamewithnamesetImm8Id16V8()
2862 …Value numberBigInt = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId); in HandleLdbigintId16()
5188 ->GetObjectFromCache(stringId); in HandleStconsttoglobalrecordImm16Id16()
6379 …aggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId); in HandleStthisbynameImm16Id16()
6402 …JSTaggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(string… in HandleStthisbynameImm16Id16()
6419 …auto propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId); // … in HandleStthisbynameImm16Id16()
6451 …aggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId); in HandleStthisbynameImm8Id16()
6474 …JSTaggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(string… in HandleStthisbynameImm8Id16()
6491 …auto propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId); // … in HandleStthisbynameImm8Id16()
[all …]
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h928 JSTaggedValue val = cp->GetObjectFromCache(literalId); in RuntimeCreateClassWithBuffer()
2283 JSTaggedValue val = unsharedCpHandle->GetObjectFromCache(methodId); in RuntimeDefinefunc()
/arkcompiler/ets_runtime/ecmascript/
Ddump.cpp494 JSTaggedValue val(pool->GetObjectFromCache(i)); in DumpConstantPoolClass()
3893 JSTaggedValue val(arr->GetObjectFromCache(i)); in DumpConstantPoolClass()