Searched refs:ON_HEAP_MODE_BITS_SIZE (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ | ||
H A D | share_gate_meta_data.h | 679 static constexpr int ON_HEAP_MODE_BITS_SIZE = 2; member in panda::ecmascript::kungfu::TypedArrayMetaDataAccessor 711 using OnHeapModeBits = ModeBits::NextField<OnHeapMode, ON_HEAP_MODE_BITS_SIZE>; 719 static constexpr int ON_HEAP_MODE_BITS_SIZE = 8; member in panda::ecmascript::kungfu::LoadElementAccessor 744 using OnHeapModeBits = TypedLoadOpBits::NextField<OnHeapMode, ON_HEAP_MODE_BITS_SIZE>; 752 static constexpr int ON_HEAP_MODE_BITS_SIZE = 8; member in panda::ecmascript::kungfu::StoreElementAccessor 777 using OnHeapModeBits = TypedStoreOpBits::NextField<OnHeapMode, ON_HEAP_MODE_BITS_SIZE>; |
Completed in 3 milliseconds