Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcodeGen.cpp182 void CodeGen::Branch(const ir::AstNode *node, Label *label) in Branch() function in panda::es2panda::compiler::CodeGen
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
Dassembler_aarch64_test.cpp241 HWTEST_F_L0(AssemblerAarch64Test, Branch) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp77 GateRef CircuitBuilder::Branch(GateRef state, GateRef condition, uint32_t trueWeight, uint32_t fals… in Branch() function in panda::ecmascript::kungfu::CircuitBuilder
214 void CircuitBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel, in Branch() function in panda::ecmascript::kungfu::CircuitBuilder
Dstub_builder.cpp56 void StubBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel) in Branch() function in panda::ecmascript::kungfu::StubBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64_constants.h125 Branch = 0x14000000, enumerator
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp793 void PandaGen::Branch(const ir::AstNode *node, Label *label) in Branch() function in panda::es2panda::compiler::PandaGen