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 …]
176 inline JSTaggedValue GetObjectFromCache(uint32_t index) const in GetObjectFromCache() function184 auto val = taggedPool->GetObjectFromCache(index); in GetMethodFromCache()220 auto val = constpool->GetObjectFromCache(literal); in GetClassLiteralFromCache()254 auto val = taggedPool->GetObjectFromCache(index); in GetLiteralFromCache()
345 entryIndex = entryIndexes->GetObjectFromCache(pos++).GetInt(); in ExtractObjectDatas()433 entryIndex = entryIndexes->GetObjectFromCache(index++).GetInt(); in GetDatasIgnoreType()
169 JSTaggedValue value = baseConstpool->GetObjectFromCache(constpoolIndex); in UnloadPatchInternal()173 …ClassLiteral *classLiteral = ClassLiteral::Cast(baseConstpool->GetObjectFromCache(constpoolIndex)); in UnloadPatchInternal()250 JSTaggedValue constpoolValue = baseConstpool->GetObjectFromCache(constpoolIndex); in FindAndReplaceSameMethod()
101 inline JSTaggedValue GetObjectFromCache(uint32_t index) const in GetObjectFromCache() function
2468 …JSTaggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(string… in HandleStownbynamewithnamesetImm8Id16V8()2487 …auto propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId); // … in HandleStownbynamewithnamesetImm8Id16V8()2833 …Value numberBigInt = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId); in HandleLdbigintId16()5121 ->GetObjectFromCache(stringId); in HandleStconsttoglobalrecordImm16Id16()6214 …aggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId); in HandleStthisbynameImm16Id16()6237 …JSTaggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(string… in HandleStthisbynameImm16Id16()6254 …auto propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId); // … in HandleStthisbynameImm16Id16()6286 …aggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId); in HandleStthisbynameImm8Id16()6309 …JSTaggedValue propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(string… in HandleStthisbynameImm8Id16()6326 …auto propKey = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(stringId); // … in HandleStthisbynameImm8Id16()[all …]
1450 JSTaggedValue val = newCP->GetObjectFromCache(methodIndex); in ResolveSnapshotConstantPool()1467 JSTaggedValue val = newCP->GetObjectFromCache(literalIndex); in ResolveSnapshotConstantPool()1471 JSTaggedValue methodOffsetVal = aotLiteralInfo->GetObjectFromCache(i); in ResolveSnapshotConstantPool()
488 JSTaggedValue val(pool->GetObjectFromCache(i)); in DumpConstantPoolClass()3687 JSTaggedValue val(arr->GetObjectFromCache(i)); in DumpConstantPoolClass()
852 JSTaggedValue val = constpoolHandle->GetObjectFromCache(literalId); in RuntimeCreateClassWithBuffer()