Home
last modified time | relevance | path

Searched defs:initStatements (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DglobalClassHandler.cpp216 …Handler::SetupGlobalMethods(parser::Program *program, ArenaVector<ir::Statement *> &&initStatement… in SetupGlobalMethods()
500 … *program, const ModuleDependencies *moduleDependencies, ArenaVector<GlobalStmts> &&initStatements) in FormInitStaticBlockMethodStatements()
518ArenaVector<GlobalStmts> &&initStatements) in FormInitMethodStatements()
643 …Handler::SetupGlobalMethods(parser::Program *program, ArenaVector<ir::Statement *> &&initStatement… in SetupGlobalMethods()
DglobalDeclTransformer.cpp141 auto &initStatements = staticBlock->Body()->AsBlockStatement()->Statements(); in VisitClassStaticBlock() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DconstantExpressionLowering.cpp1002 auto const &initStatements = methodBody->AsBlockStatement()->Statements(); in TryFoldInitializerOfPackage() local