Home
last modified time | relevance | path

Searched defs:branch (Results 1 – 7 of 7) 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/ets_frontend/ets2panda/scripts/
Drun-tests158branch=$(git show-branch | sed "s/].*//" | grep "\*" | grep -v "$(git rev-parse --abbrev-ref HEAD)… variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_ico.cpp163 Insn *AArch64ICOPattern::BuildCondSet(const Insn &branch, RegOperand &reg, bool inverse) const in BuildCondSet() argument
174 Insn *AArch64ICOPattern::BuildCondSel(const Insn &branch, MOperator mOp, RegOperand &dst, RegOperan… in BuildCondSel()
/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.cpp284 for (const std::pair<const uint32_t, Label> &branch : branches_) { in CheckLabels() local
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.cpp163 uint32_t branch = ptr; in ParseDisjunction() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp1995 auto branch = builder_.CreateCondBr(deoptimize, throwPath, continuation, branchWeights); in CreateDeoptimizationBranch() local