Home
last modified time | relevance | path

Searched refs:startLabel (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DdoWhileStatement.cpp42 auto *startLabel = pg->AllocLabel(); in Compile() local
45 pg->SetLabel(this, startLabel); in Compile()
55 pg->Branch(this, startLabel); in Compile()
H A DforUpdateStatement.cpp66 auto *startLabel = pg->AllocLabel(); in Compile() local
67 pg->SetLabel(this, startLabel); in Compile()
83 pg->Branch(this, startLabel); in Compile()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dlabel_creation.cpp35 LabelNode *startLabel = mirBuilder->CreateStmtLabel(startLblIdx); in CreateStartEndLabel() local
36 cgFunc->GetFunction().GetBody()->InsertFirst(startLabel); in CreateStartEndLabel()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSCompiler.cpp156 auto *startLabel = etsg->AllocLabel(); in Compile() local
161 etsg->SetLabel(expr, startLabel); in Compile()
178 etsg->JumpTo(expr, startLabel); in Compile()
1383 auto *startLabel = etsg->AllocLabel(); in CompileImpl() local
1386 etsg->SetLabel(self, startLabel); in CompileImpl()
1397 etsg->Branch(self, startLabel); in CompileImpl()
1441 auto *const startLabel = etsg->AllocLabel(); in Compile() local
1442 etsg->SetLabel(st, startLabel); in Compile()
1462 etsg->JumpCompareRegister<compiler::Jlt>(st, sizeReg, startLabel); in Compile()
1476 auto *startLabel in Compile() local
[all...]
H A DJSCompiler.cpp1314 auto *startLabel = cg->AllocLabel(); in CompileImpl() local
1317 cg->SetLabel(self, startLabel); in CompileImpl()
1328 cg->Branch(self, startLabel); in CompileImpl()
1429 auto *startLabel = pg->AllocLabel(); in Compile() local
1434 pg->SetLabel(st, startLabel); in Compile()
1452 pg->Branch(st, startLabel); in Compile()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcgfunc.h1140 LabelNode *startLabel = nullptr; /* start label of the function */ member in maplebe::CGFunc

Completed in 11 milliseconds