Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Daot_file_manager.cpp536 uint32_t cpLen = cpList->GetLength(); in ParseDeserializedData() local
537 ASSERT(cpLen % AOTSnapshotConstants::SNAPSHOT_CP_ARRAY_ITEM_SIZE == 0); in ParseDeserializedData()
542 if (cpLen > 0) { in ParseDeserializedData()
547 for (uint32_t pos = 0; pos < cpLen; pos += AOTSnapshotConstants::SNAPSHOT_CP_ARRAY_ITEM_SIZE) { in ParseDeserializedData()

Completed in 2 milliseconds