Home
last modified time | relevance | path

Searched defs:branches (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dmethod.cpp509PandaVector<uint32_t> &branches, PandaVector<uint32_t> &throws) const in FillVecsByInsts()
541 PandaVector<uint32_t> branches; in StartProfiling() local
/arkcompiler/runtime_core/static_core/runtime/jit/
Dprofiling_data.h143 static Span<BranchData> From(void *mem, PandaVector<uint32_t> branches) in From()