Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
H A Dhclass.h36 static constexpr uint32_t IS_DICTIONARY_ARRAY = NATIVE_POINTER << 1U; member in ark::HClass
37 static constexpr uint32_t IS_BUILTINS_CTOR = IS_DICTIONARY_ARRAY << 1U;
74 return (BaseClass::GetFlags() & IS_DICTIONARY_ARRAY) != 0U; in IsDictionary()

Completed in 1 milliseconds