Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
Dassembler_aarch64_test.cpp248 HWTEST_F_L0(AssemblerAarch64Test, Branch) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64_constants.h125 Branch = 0x14000000, enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp67 GateRef CircuitBuilder::Branch(GateRef state, GateRef condition) in Branch() function in panda::ecmascript::kungfu::CircuitBuilder
1795 void CircuitBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel) in Branch() function in panda::ecmascript::kungfu::CircuitBuilder
Dstub_builder.cpp50 void StubBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel) in Branch() function in panda::ecmascript::kungfu::StubBuilder
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp725 void PandaGen::Branch(const ir::AstNode *node, Label *label) in Branch() function in panda::es2panda::compiler::PandaGen