Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H A Daot_snapshot_constants.h29 static constexpr uint8_t SNAPSHOT_CP_ARRAY_ITEM_SIZE = 2; member in panda::ecmascript::final
H A Daot_snapshot.cpp46 AOTSnapshotConstants::SNAPSHOT_CP_ARRAY_ITEM_SIZE); in GenerateSnapshotConstantPools()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Daot_file_manager.cpp537 ASSERT(cpLen % AOTSnapshotConstants::SNAPSHOT_CP_ARRAY_ITEM_SIZE == 0); in ParseDeserializedData()
543 JSTaggedValue cp = cpList->Get(AOTSnapshotConstants::SNAPSHOT_CP_ARRAY_ITEM_SIZE - 1); // first constpool in ParseDeserializedData()
547 for (uint32_t pos = 0; pos < cpLen; pos += AOTSnapshotConstants::SNAPSHOT_CP_ARRAY_ITEM_SIZE) { in ParseDeserializedData()

Completed in 3 milliseconds