Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dvregister.h55 static constexpr uint8_t PRIMITIVE_TYPE_BITS = 3; member
57 static constexpr uint8_t OBJECT_FIRST_SHIFT = PRIMITIVE_FIRST_SHIFT + PRIMITIVE_TYPE_BITS;
64 // PrimitiveIndex's max capacity is (2 ^ PRIMITIVE_TYPE_BITS). If the number of values in PrimitiveIndex
65 // exceeds the capacity, PRIMITIVE_TYPE_BITS should be increased.

Completed in 2 milliseconds