Searched defs:trueLabel (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_builder.h | 261 #define BRANCH(condition, trueLabel, falseLabel) \ argument 268 #define BRANCH_CIR(condition, trueLabel, falseLabel) \ argument 275 #define BRANCH_LIKELY(condition, trueLabel, falseLabel) \ argument 283 #define BRANCH_CIR_LIKELY(condition, trueLabel, falseLabel) \ argument 291 #define BRANCH_UNLIKELY(condition, trueLabel, falseLabel) \ argument 299 #define BRANCH_CIR_UNLIKELY(condition, trueLabel, falseLabel) \ argument 307 #define BRANCH_NO_WEIGHT(condition, trueLabel, falseLabel) \ argument
|
| D | circuit_builder.cpp | 261 void CircuitBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel, in Branch()
|
| D | stub_builder.cpp | 50 void StubBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel, in Branch()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 2301 auto *trueLabel = AllocLabel(); in ThrowTypeErrorIfFalse() local
|