Searched refs:startLabel (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/statements/ |
H A D | doWhileStatement.cpp | 42 auto *startLabel = pg->AllocLabel(); in Compile() local 45 pg->SetLabel(this, startLabel); in Compile() 55 pg->Branch(this, startLabel); in Compile()
|
H A D | forUpdateStatement.cpp | 66 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 D | label_creation.cpp | 35 LabelNode *startLabel = mirBuilder->CreateStmtLabel(startLblIdx); in CreateStartEndLabel() local 36 cgFunc->GetFunction().GetBody()->InsertFirst(startLabel); in CreateStartEndLabel()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | ETSCompiler.cpp | 156 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 D | JSCompiler.cpp | 1314 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 D | cgfunc.h | 1140 LabelNode *startLabel = nullptr; /* start label of the function */ member in maplebe::CGFunc
|
Completed in 8 milliseconds