Home
last modified time | relevance | path

Searched defs:branch (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dbytecode_emitter.cpp279 for (const std::pair<const uint32_t, Label> &branch : branches_) { in CheckLabels() local
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts814 branch(node: ts.Node | NodeKind, target: Label): void { method in PandaGen
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hcr_lowering.cpp643 GateRef branch = builder_.Branch(builder_.GetState(), compare); in LowerNamedAccess() local