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/libpandafile/
Dbytecode_emitter.cpp281 for (const std::pair<const uint32_t, Label> &branch : branches_) { in CheckLabels() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dbytecode_emitter.cpp279 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.cpp2307 auto branch = builder_.CreateCondBr(deoptimize, throwPath, continuation, branchWeights); in CreateDeoptimizationBranch() local