Home
last modified time | relevance | path

Searched defs:trueLabel (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp214 void CircuitBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel, in Branch()
Dstub_builder.cpp56 void StubBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel) in Branch()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp1395 compiler::Label *trueLabel = etsg->AllocLabel(); in Compile() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp2252 auto *trueLabel = AllocLabel(); in ThrowTypeErrorIfFalse() local