Searched defs:branch (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/jit/ |
| D | profiling_data.h | 274 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/ |
| D | run-tests | 158 …branch=$(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/ |
| D | aarch64_ico.cpp | 163 Insn *AArch64ICOPattern::BuildCondSet(const Insn &branch, RegOperand ®, 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/ |
| D | bytecode_emitter.cpp | 279 for (const std::pair<const uint32_t, Label> &branch : branches_) { in CheckLabels() local
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | bytecode_emitter.cpp | 284 for (const std::pair<const uint32_t, Label> &branch : branches_) { in CheckLabels() local
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_parser.cpp | 163 uint32_t branch = ptr; in ParseDisjunction() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 1995 auto branch = builder_.CreateCondBr(deoptimize, throwPath, continuation, branchWeights); in CreateDeoptimizationBranch() local
|