Searched refs:IsStaticConstructor (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/ | ||
H A D | methodBuilder.h | 62 [[nodiscard]] bool IsStaticConstructor() const in IsStaticConstructor() function in ark::ark::ark::es2panda::ark::es2panda::ark::es2panda::evaluate::MethodBuilder |
H A D | methodBuilder.cpp | 91 bool isCctor = IsStaticConstructor(); in Build() |
/arkcompiler/runtime_core/static_core/runtime/ | ||
H A D | exceptions.cpp | 225 if (method->IsStaticConstructor()) { in DropCFrameIfNecessary() |
H A D | compiler.cpp | 342 return MethodCast(method)->IsStaticConstructor(); in IsMethodStaticConstructor() |
/arkcompiler/runtime_core/static_core/runtime/include/ | ||
H A D | method.h | 707 bool IsStaticConstructor() const in IsStaticConstructor() function in ark::Method::VerificationStage |
Completed in 7 milliseconds