Searched refs:GetObjectFromCache (Results 1 – 10 of 10) sorted by relevance
144 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 …]
39 JSTaggedValue val = newCP->GetObjectFromCache(item.constpoolIdx_); in Resolve()63 JSTaggedValue methodOffsetVal = aotLiteralInfo->GetObjectFromCache(i); in Resolve()
214 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() function485 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()
26 JSTaggedValue val = constpool->GetObjectFromCache(literal); in GetClassLiteralFromCache()186 auto val = taggedPool->GetObjectFromCache(index); in GetMethodFromCache()216 JSTaggedValue val = aiCP->GetObjectFromCache(i); in UpdateConstpoolWhenDeserialAI()
478 entryIndex = entryIndexes->GetObjectFromCache(pos++).GetInt(); in ExtractObjectDatas()611 entryIndex = entryIndexes->GetObjectFromCache(index++).GetInt(); in GetDatasIgnoreType()
186 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()
126 inline JSTaggedValue GetObjectFromCache(uint32_t index) const in GetObjectFromCache() function
2496 …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 …]
928 JSTaggedValue val = cp->GetObjectFromCache(literalId); in RuntimeCreateClassWithBuffer()2283 JSTaggedValue val = unsharedCpHandle->GetObjectFromCache(methodId); in RuntimeDefinefunc()
494 JSTaggedValue val(pool->GetObjectFromCache(i)); in DumpConstantPoolClass()3893 JSTaggedValue val(arr->GetObjectFromCache(i)); in DumpConstantPoolClass()