Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h3324 SetField<CheckFunctionIsNotClassConstructor>(value);
3329 return GetField<CheckFunctionIsNotClassConstructor>(); in GetCheckFunctionIsNotClassConstructor()
3346 using CheckFunctionIsNotClassConstructor = CheckTypeIsFunction::NextFlag; variable
3347 using LastField = CheckFunctionIsNotClassConstructor;