Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.h39 static constexpr uint16_t MAX_SLOT_SIZE = 0xFFFFU; member
234 return size == MAX_SLOT_SIZE ? MAX_SLOT_SIZE + 2 : size; // 2: last maybe two slot in GetSlotSize()
350 size = size > MAX_SLOT_SIZE ? MAX_SLOT_SIZE : size; in SetSlotSize()