Searched defs:Branch (Results 1 – 6 of 6) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
D | codeGen.cpp | 182 void CodeGen::Branch(const ir::AstNode *node, Label *label) in Branch() function in panda::es2panda::compiler::CodeGen
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/ |
D | assembler_aarch64_test.cpp | 241 HWTEST_F_L0(AssemblerAarch64Test, Branch) in HWTEST_F_L0() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | circuit_builder.cpp | 77 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
|
D | stub_builder.cpp | 56 void StubBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel) in Branch() function in panda::ecmascript::kungfu::StubBuilder
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
D | assembler_aarch64_constants.h | 125 Branch = 0x14000000, enumerator
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | pandagen.cpp | 793 void PandaGen::Branch(const ir::AstNode *node, Label *label) in Branch() function in panda::es2panda::compiler::PandaGen
|