Searched refs:aotLiteralInfo (Results 1 – 3 of 3) sorted by relevance
1425 JSHandle<AOTLiteralInfo> aotLiteralInfo = factory_->NewAOTLiteralInfo(methodSize); in CollectLiteralInfo() local1428 aotLiteralInfo->SetObjectToCache(thread_, i, JSTaggedValue(methodOffset)); in CollectLiteralInfo()1432 aotLiteralInfo->SetIhc(ihc.GetTaggedValue()); in CollectLiteralInfo()1436 aotLiteralInfo->SetChc(chc.GetTaggedValue()); in CollectLiteralInfo()1439 …snapshotConstantPool->SetObjectToCache(thread_, constantPoolIndex, aotLiteralInfo.GetTaggedValue()… in CollectLiteralInfo()1468 AOTLiteralInfo *aotLiteralInfo = AOTLiteralInfo::Cast(val.GetTaggedObject()); in ResolveSnapshotConstantPool() local1469 uint32_t aotLiteralInfoLen = aotLiteralInfo->GetCacheLength(); in ResolveSnapshotConstantPool()1471 JSTaggedValue methodOffsetVal = aotLiteralInfo->GetObjectFromCache(i); in ResolveSnapshotConstantPool()1481 aotLiteralInfo->SetObjectToCache(thread_, i, JSTaggedValue(entryIndex)); in ResolveSnapshotConstantPool()
854 JSHandle<AOTLiteralInfo> aotLiteralInfo(thread, val); in RuntimeCreateClassWithBuffer()855 ihc.Update(aotLiteralInfo->GetIhc()); in RuntimeCreateClassWithBuffer()856 chc.Update(aotLiteralInfo->GetChc()); in RuntimeCreateClassWithBuffer()
4092 JSHandle<AOTLiteralInfo> aotLiteralInfo(thread_, header); in NewAOTLiteralInfo() local4093 aotLiteralInfo->InitializeWithSpecialValue(initVal, length); in NewAOTLiteralInfo()4094 return aotLiteralInfo; in NewAOTLiteralInfo()