Home
last modified time | relevance | path

Searched refs:aotLiteralInfo (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1425 JSHandle<AOTLiteralInfo> aotLiteralInfo = factory_->NewAOTLiteralInfo(methodSize); in CollectLiteralInfo() local
1428 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() local
1469 uint32_t aotLiteralInfoLen = aotLiteralInfo->GetCacheLength(); in ResolveSnapshotConstantPool()
1471 JSTaggedValue methodOffsetVal = aotLiteralInfo->GetObjectFromCache(i); in ResolveSnapshotConstantPool()
1481 aotLiteralInfo->SetObjectToCache(thread_, i, JSTaggedValue(entryIndex)); in ResolveSnapshotConstantPool()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h854 JSHandle<AOTLiteralInfo> aotLiteralInfo(thread, val); in RuntimeCreateClassWithBuffer()
855 ihc.Update(aotLiteralInfo->GetIhc()); in RuntimeCreateClassWithBuffer()
856 chc.Update(aotLiteralInfo->GetChc()); in RuntimeCreateClassWithBuffer()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp4092 JSHandle<AOTLiteralInfo> aotLiteralInfo(thread_, header); in NewAOTLiteralInfo() local
4093 aotLiteralInfo->InitializeWithSpecialValue(initVal, length); in NewAOTLiteralInfo()
4094 return aotLiteralInfo; in NewAOTLiteralInfo()