Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSfunction.cpp112 etsg->SetFirstStmt(block); in CompileSourceBlock()
125 etsg->SetFirstStmt(statements.front()); in CompileSourceBlock()
Dfunction.cpp36 pg->SetFirstStmt(block); in CompileSourceBlock()
41 pg->SetFirstStmt(statements.front()); in CompileSourceBlock()
DcodeGen.h143 void SetFirstStmt(const ir::Statement *stmt) noexcept;
DcodeGen.cpp291 void CodeGen::SetFirstStmt(const ir::Statement *stmt) noexcept in SetFirstStmt() function in panda::es2panda::compiler::CodeGen
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
Dbbt.h119 void SetFirstStmt(StmtNode &stmt) in SetFirstStmt() function
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dfunction.cpp52 pg->SetFirstStmt(statements.empty() ? block : statements.front()); in CompileSourceBlock()
Dpandagen.h514 void SetFirstStmt(const ir::Statement *stmt) in SetFirstStmt() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dtrycatchblockslower.cpp471 threadHead->SetFirstStmt(*jtCopy); in WrapCatchWithTryEndTryBlock()
718 jtBB->SetFirstStmt(*labelStmt); in PalceCatchSeenSofar()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h343 void SetFirstStmt(StmtNode &arg) in SetFirstStmt() function
Dcgfunc.h1307 newBB->SetFirstStmt(*stmt.GetNext()); in StartNewBBImpl()
1309 newBB->SetFirstStmt(stmt); in StartNewBBImpl()