Searched refs:skipRight (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
H A D | binaryExpression.cpp | 51 auto *skipRight = pg->AllocLabel(); in CompileLogical() local 59 pg->BranchIfFalse(this, skipRight); in CompileLogical() 61 pg->BranchIfTrue(this, skipRight); in CompileLogical() 69 pg->BranchIfStrictNotUndefined(this, skipRight); in CompileLogical() 78 pg->SetLabel(this, skipRight); in CompileLogical()
|
H A D | assignmentExpression.cpp | 119 auto *skipRight = pg->AllocLabel(); in Compile() local 126 pg->BranchIfFalse(left_, skipRight); in Compile() 128 pg->BranchIfTrue(left_, skipRight); in Compile() 134 pg->BranchIfStrictNotUndefined(this, skipRight); in Compile() 142 pg->SetLabel(this, skipRight); in Compile()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | JSCompiler.cpp | 489 auto *skipRight = pg->AllocLabel(); in CompileLogical() local 498 pg->BranchIfFalse(expr, skipRight); in CompileLogical() 501 pg->BranchIfTrue(expr, skipRight); in CompileLogical() 503 pg->BranchIfCoercible(expr, skipRight); in CompileLogical() 511 pg->SetLabel(expr, skipRight); in CompileLogical()
|
Completed in 4 milliseconds