Searched refs:GetObjectFromCache (Results 1 – 9 of 9) sorted by relevance
136 EXPECT_TRUE(constpool1->GetObjectFromCache(0).IsJSFunction()); in HWTEST_F_L0()137 EXPECT_TRUE(constpool1->GetObjectFromCache(1).IsJSFunction()); in HWTEST_F_L0()138 EXPECT_TRUE(constpool1->GetObjectFromCache(3).IsJSFunction()); in HWTEST_F_L0()185 EXPECT_TRUE(constpool1->GetObjectFromCache(0).IsTaggedArray()); in HWTEST_F_L0()186 EXPECT_TRUE(constpool1->GetObjectFromCache(100).IsTaggedArray()); in HWTEST_F_L0()187 EXPECT_TRUE(constpool1->GetObjectFromCache(300).IsTaggedArray()); in HWTEST_F_L0()189 auto obj1 = constpool1->GetObjectFromCache(0).GetTaggedObject(); in HWTEST_F_L0()191 auto obj2 = constpool1->GetObjectFromCache(100).GetTaggedObject(); in HWTEST_F_L0()230 EXPECT_TRUE(constpool->GetObjectFromCache(0).IsTaggedArray()); in HWTEST_F_L0()231 EXPECT_TRUE(constpool->GetObjectFromCache(100).IsTaggedArray()); in HWTEST_F_L0()[all …]
41 JSTaggedValue val = newCP->GetObjectFromCache(item.constpoolIdx_); in Resolve()46 JSTaggedValue methodOffsetVal = aotLiteralInfo->GetObjectFromCache(i); in Resolve()
216 inline JSTaggedValue GetObjectFromCache(uint32_t index) const in GetObjectFromCache() function225 auto val = taggedPool->GetObjectFromCache(index); in GetMethodFromCache()234 int entryIndexVal = entryIndexes->GetObjectFromCache(0).GetInt(); // 0: only one method in GetMethodFromCache()268 … JSTaggedValue val = (kind == ClassKind::NON_SENDABLE) ? constpool->GetObjectFromCache(literal) :316 auto val = taggedPool->GetObjectFromCache(index); in GetLiteralFromCache()
424 entryIndex = entryIndexes->GetObjectFromCache(pos++).GetInt(); in ExtractObjectDatas()524 entryIndex = entryIndexes->GetObjectFromCache(index++).GetInt(); in GetDatasIgnoreType()
209 JSTaggedValue value = baseConstpool->GetObjectFromCache(constpoolIndex); in GetPatchMethod()213 …ClassLiteral *classLiteral = ClassLiteral::Cast(baseConstpool->GetObjectFromCache(constpoolIndex)); in GetPatchMethod()271 JSTaggedValue constpoolValue = baseConstpool->GetObjectFromCache(constpoolIndex); in FindAndReplaceSameMethod()
122 inline JSTaggedValue GetObjectFromCache(uint32_t index) const in GetObjectFromCache() function
2504 …JSTaggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(string… in HandleStownbynamewithnamesetImm8Id16V8()2524 …auto propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId); // … in HandleStownbynamewithnamesetImm8Id16V8()2870 …Value numberBigInt = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId); in HandleLdbigintId16()5156 ->GetObjectFromCache(stringId); in HandleStconsttoglobalrecordImm16Id16()6341 …aggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId); in HandleStthisbynameImm16Id16()6364 …JSTaggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(string… in HandleStthisbynameImm16Id16()6381 …auto propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId); // … in HandleStthisbynameImm16Id16()6413 …aggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId); in HandleStthisbynameImm8Id16()6436 …JSTaggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(string… in HandleStthisbynameImm8Id16()6453 …auto propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId); // … in HandleStthisbynameImm8Id16()[all …]
885 JSTaggedValue val = constpoolHandle->GetObjectFromCache(literalId); in RuntimeCreateClassWithBuffer()2101 JSTaggedValue val = constpoolHandle->GetObjectFromCache(methodId); in RuntimeDefinefunc()
536 JSTaggedValue val(pool->GetObjectFromCache(i)); in DumpConstantPoolClass()3913 JSTaggedValue val(arr->GetObjectFromCache(i)); in DumpConstantPoolClass()