Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/tests/
Dgraph_comparator.h209 CHECK_OR_RETURN(HclassCheck, GetCheckFunctionIsNotClassConstructor) in InstAdditionalPropertiesCompare()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.cpp966 if (check->GetCheckFunctionIsNotClassConstructor()) { in ExtendFlags()
Ddump.cpp450 if (GetCheckFunctionIsNotClassConstructor()) { in DumpOpcode()
Dinst.h3351 bool GetCheckFunctionIsNotClassConstructor() const in GetCheckFunctionIsNotClassConstructor() function
3363 clone->SetCheckFunctionIsNotClassConstructor(GetCheckFunctionIsNotClassConstructor()); in Clone()
Dgraph_checker.cpp2806 … v, hclassCheck->GetCheckIsFunction() || hclassCheck->GetCheckFunctionIsNotClassConstructor(), in CheckUserOfInt32()