Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp55 auto &aiData = iter.second; in Iterate() local
56 for (auto &eachFileData : aiData) { in Iterate()
407 JSHandle<TaggedArray> aiData(thread, deserializedData); in ParseDeserializedData() local
408 uint32_t aiDataLen = aiData->GetLength(); in ParseDeserializedData()
417 …fileInfo.Update(aiData->Get(i + SnapshotGlobalData::Cast(SnapshotGlobalData::CP_TOP_ITEM::PANDA_IN… in ParseDeserializedData()
423 …cpList.Update(aiData->Get(i + SnapshotGlobalData::Cast(SnapshotGlobalData::CP_TOP_ITEM::CP_ARRAY_I… in ParseDeserializedData()