Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/jit/
Dprofiling_data.h274 auto branch = FindBranchData(pc); in UpdateBranchTaken() local
281 auto branch = FindBranchData(pc); in UpdateBranchNotTaken() local
288 auto branch = FindBranchData(pc); in GetBranchTakenCounter() local
295 auto branch = FindBranchData(pc); in GetBranchNotTakenCounter() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dbytecode_emitter.cpp279 for (const std::pair<const uint32_t, Label> &branch : branches_) { in CheckLabels() local
/arkcompiler/runtime_core/libpandafile/
Dbytecode_emitter.cpp279 for (const std::pair<const uint32_t, Label> &branch : branches_) { in CheckLabels() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_ico.cpp164 Insn *AArch64ICOPattern::BuildCondSet(const Insn &branch, RegOperand &reg, bool inverse) const in BuildCondSet() argument
175 Insn *AArch64ICOPattern::BuildCondSel(const Insn &branch, MOperator mOp, RegOperand &dst, RegOperan… in BuildCondSel()
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts814 branch(node: ts.Node | NodeKind, target: Label): void { method in PandaGen