Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h139 #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
Dcircuit_builder.h247 #define BRANCH_CIR(condition, trueLabel, falseLabel) \ argument
254 #define BRANCH_CIR2(condition, trueLabel, falseLabel) \ argument
Dcircuit_builder.cpp247 void CircuitBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel, in Branch()
Dstub_builder.cpp60 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/
DETSCompiler.cpp1348 compiler::Label *trueLabel = etsg->AllocLabel(); in Compile() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp2255 auto *trueLabel = AllocLabel(); in ThrowTypeErrorIfFalse() local