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.h285 auto branch = FindBranchData(pc); in UpdateBranchTaken() local
293 auto branch = FindBranchData(pc); in UpdateBranchNotTaken() local
301 auto branch = FindBranchData(pc); in GetBranchTakenCounter() local
308 auto branch = FindBranchData(pc); in GetBranchNotTakenCounter() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dbytecode_emitter.cpp281 for (const std::pair<const uint32_t, Label> &branch : branches_) { in CheckLabels() local
/arkcompiler/runtime_core/libpandafile/
Dbytecode_emitter.cpp281 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.cpp2290 auto branch = builder_.CreateCondBr(deoptimize, throwPath, continuation, branchWeights); in CreateDeoptimizationBranch() local