Home
last modified time | relevance | path

Searched refs:DESERI_CP_ITEM_SIZE (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.h128 static constexpr uint8_t DESERI_CP_ITEM_SIZE = 2; variable
Daot_file_manager.cpp334 for (uint32_t pos = 0; pos < len; pos += DESERI_CP_ITEM_SIZE) { in AddConstantPool()