Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
H A Dhclass.h38 static constexpr uint32_t IS_CALLABLE = IS_BUILTINS_CTOR << 1U; member in ark::HClass
39 static constexpr uint32_t IS_FREE_OBJECT = IS_CALLABLE << 1U;
84 return (BaseClass::GetFlags() & IS_CALLABLE) != 0U; in IsCallable()
120 return IS_CALLABLE; in GetCallableMask()

Completed in 1 milliseconds