Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSCompiler.cpp1328 compiler::Label *trueLabel = etsg->AllocLabel(); in Compile() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp2260 auto *trueLabel = AllocLabel(); in ThrowTypeErrorIfFalse() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit_builder.cpp247 void CircuitBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel, in Branch() argument
H A Dstub_builder.cpp61 void StubBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel, const char* comment) in Branch() argument
66 void StubBuilder::BranchPredict(GateRef condition, Label *trueLabel, Label *falseLabel, uint32_t trueWeight, in BranchPredict() argument

Completed in 30 milliseconds