Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.h257 #define BRANCH(condition, trueLabel, falseLabel) \ argument
264 #define BRANCH_CIR(condition, trueLabel, falseLabel) \ argument
271 #define BRANCH_LIKELY(condition, trueLabel, falseLabel) \ argument
279 #define BRANCH_CIR_LIKELY(condition, trueLabel, falseLabel) \ argument
287 #define BRANCH_UNLIKELY(condition, trueLabel, falseLabel) \ argument
295 #define BRANCH_CIR_UNLIKELY(condition, trueLabel, falseLabel) \ argument
303 #define BRANCH_NO_WEIGHT(condition, trueLabel, falseLabel) \ argument
Dcircuit_builder.cpp239 void CircuitBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel, in Branch()
Dstub_builder.cpp46 void StubBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel, in Branch()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp1352 compiler::Label *trueLabel = etsg->AllocLabel(); in Compile() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp2287 auto *trueLabel = AllocLabel(); in ThrowTypeErrorIfFalse() local