Searched defs:trueLabel (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.h | 139 #define BRANCH(condition, trueLabel, falseLabel) \ argument 148 #define BRANCH_LIKELY(condition, trueLabel, falseLabel) \ argument 156 #define BRANCH_UNLIKELY(condition, trueLabel, falseLabel) \ argument 164 #define BRANCH_NO_WEIGHT(condition, trueLabel, falseLabel) \ argument
|
| D | circuit_builder.h | 247 #define BRANCH_CIR(condition, trueLabel, falseLabel) \ argument 254 #define BRANCH_CIR2(condition, trueLabel, falseLabel) \ argument
|
| D | circuit_builder.cpp | 247 void CircuitBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel, in Branch()
|
| D | stub_builder.cpp | 60 void StubBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel, const char* commen… in Branch() 65 void StubBuilder::BranchPredict(GateRef condition, Label *trueLabel, Label *falseLabel, uint32_t tr… in BranchPredict()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSCompiler.cpp | 1348 compiler::Label *trueLabel = etsg->AllocLabel(); in Compile() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 2255 auto *trueLabel = AllocLabel(); in ThrowTypeErrorIfFalse() local
|