Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DglobalClassHandler.h80 ArenaVector<ArenaVector<ir::Statement *>> FormInitStaticBlockMethodStatements(
DglobalClassHandler.cpp309 …auto initializerBlockStatements = FormInitStaticBlockMethodStatements(program, &md, std::move(init… in TransformNamespace()
413FormInitStaticBlockMethodStatements(globalProgram, moduleDependencies, std::move(initializerBlock)… in SetupGlobalClass()
499 ArenaVector<ArenaVector<ir::Statement *>> GlobalClassHandler::FormInitStaticBlockMethodStatements( in FormInitStaticBlockMethodStatements() function in ark::es2panda::compiler::GlobalClassHandler