Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DcodeGen.cpp182 void CodeGen::Branch(const ir::AstNode *node, Label *label) in Branch() function in ark::es2panda::compiler::CodeGen
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dassembler_aarch64_constants.h125 Branch = 0x14000000, enumerator
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp786 void PandaGen::Branch(const ir::AstNode *node, Label *label) in Branch() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit_builder.cpp87 GateRef CircuitBuilder::Branch(GateRef state, GateRef condition, uint32_t trueWeight, uint32_t falseWeight, in Branch() function in panda::ecmascript::kungfu::CircuitBuilder
247 void CircuitBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel, in Branch() function in panda::ecmascript::kungfu::CircuitBuilder
H A Dstub_builder.cpp61 void StubBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel, const char* comment) in Branch() function in panda::ecmascript::kungfu::StubBuilder
[all...]

Completed in 21 milliseconds