Home
last modified time | relevance | path

Searched defs:FLAG_MASK (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stackmap/litecg/
Dlitecg_stackmap_type.cpp22 constexpr uint8_t FLAG_MASK = 0x40; in DecodeSLEB128() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_to_string_cache.cpp32 static constexpr Flag FLAG_MASK = 1U; member in ark::ets::detail::EtsToStringCacheElement
/arkcompiler/runtime_core/libpandafile/
Dfile_items.h141 static constexpr uint32_t FLAG_MASK = 0xFF; variable