Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Daot_file_manager.cpp519 uint32_t aiDataLen = aiData->GetLength(); in ParseDeserializedData() local
520 ASSERT(aiDataLen % AOTSnapshotConstants::SNAPSHOT_DATA_ITEM_SIZE == 0); in ParseDeserializedData()
526 for (uint32_t i = 0; i < aiDataLen; i += AOTSnapshotConstants::SNAPSHOT_DATA_ITEM_SIZE) { in ParseDeserializedData()

Completed in 2 milliseconds