Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Daot_file_manager.cpp51 auto &aiData = iter.second; in Iterate() local
52 for (auto &eachFileData : aiData) { in Iterate()
352 LOG_ECMA(FATAL) << "can not find aiData by anFileInfoIndex " << anFileInfoIndex; in SetAOTMainFuncEntry()
357 LOG_ECMA(FATAL) << "can not find aiData by anFileInfoIndex " << anFileInfoIndex in SetAOTMainFuncEntry()
518 JSHandle<TaggedArray> aiData(thread, deserializedData); in ParseDeserializedData()
519 uint32_t aiDataLen = aiData->GetLength(); in ParseDeserializedData()
528 fileInfo.Update(aiData->Get(i + SnapshotGlobalData::Cast(SnapshotGlobalData::CP_TOP_ITEM::PANDA_INFO_ID))); in ParseDeserializedData()
535 cpList.Update(aiData->Get(i + SnapshotGlobalData::Cast(SnapshotGlobalData::CP_TOP_ITEM::CP_ARRAY_ID))); in ParseDeserializedData()
571 LOG_COMPILER(FATAL) << "can not find aiData by anFileInfoIndex " << anFileInfoIndex; in GetDeserializedConstantPool()

Completed in 2 milliseconds