Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/jit/
Dprofiling_data.h230 auto branch = FindBranchData(pc); in UpdateBranchTaken() local
237 auto branch = FindBranchData(pc); in UpdateBranchNotTaken() local
244 auto branch = FindBranchData(pc); in GetBranchTakenCounter() local
251 auto branch = FindBranchData(pc); in GetBranchNotTakenCounter() local
/arkcompiler/runtime_core/libpandafile/
Dbytecode_emitter.cpp279 for (const std::pair<const uint32_t, Label> &branch : branches_) { in CheckLabels() local
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts814 branch(node: ts.Node | NodeKind, target: Label) { method in PandaGen