Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Daot_snapshot_constants.h24 using CP_TOP_ITEM = kungfu::SnapshotGlobalData::CP_TOP_ITEM; variable
28 static constexpr uint8_t SNAPSHOT_DATA_ITEM_SIZE = static_cast<uint8_t>(CP_TOP_ITEM::COUNT);
Dsnapshot_global_data.cpp29 auto cpArrayOffset = SnapshotGlobalData::Cast(SnapshotGlobalData::CP_TOP_ITEM::CP_ARRAY_ID); in GetConstantPoolFromSnapshotData()
77 dataHandle->Set(thread, curDataIdx_ + Cast(CP_TOP_ITEM::PANDA_INFO_ID), fileInfo); in AddSnapshotCpArrayToData()
81 dataHandle->Set(thread, curDataIdx_ + Cast(CP_TOP_ITEM::CP_ARRAY_ID), curSnapshotCpArray_); in AddSnapshotCpArrayToData()
Dsnapshot_global_data.h75 enum class CP_TOP_ITEM : int8_t { enum
88 static int8_t Cast(CP_TOP_ITEM value) in Cast()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp417 …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()