Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_accessor.h48 static constexpr size_t BOOL_FLAG_BIT_LENGTH = 1; variable
49 FIRST_BIT_FIELD(Value, InitializedFlag, bool, BOOL_FLAG_BIT_LENGTH);
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.h366 static constexpr size_t BOOL_FLAG_BIT_LENGTH = 1; variable
367 using PGOBit = panda::BitField<bool, 0, BOOL_FLAG_BIT_LENGTH>;
368 using CompiledBit = PGOBit::NextField<bool, BOOL_FLAG_BIT_LENGTH>;
369 using TypeInferAbortBit = CompiledBit::NextField<bool, BOOL_FLAG_BIT_LENGTH>;
370 using ResolvedMethodBit = TypeInferAbortBit::NextField<bool, BOOL_FLAG_BIT_LENGTH>;