Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/jit/
Dprofiling_loader.h37 auto branches = methodProfile.GetBranchData(); in CreateProfilingData() local
Dprofiling_data.h143 static Span<BranchData> From(void *mem, PandaVector<uint32_t> branches) in From()
/arkcompiler/ets_frontend/ets2panda/linter/scripts/testRunner/
Dcoverage_report.js41 branches: [50, 80], property
/arkcompiler/runtime_core/static_core/runtime/jit/libprofile/
Dpgo_file_builder.cpp126 auto branches = methodProfData.GetBranchData(); in GetMaxMethodSectionSize() local
155 auto branches = methodProfData.GetBranchData(); in GetMethodSectionProf() local
221 auto branches = methodProfData.GetBranchData(); in WriteMethodSubSection() local
272 Span<AotProfilingData::AotBranchData> branches) in WriteBranchDataToStream()
/arkcompiler/runtime_core/static_core/runtime/
Dmethod.cpp513PandaVector<uint32_t> &branches, PandaVector<uint32_t> &throws) const in FillVecsByInsts()
545 PandaVector<uint32_t> branches; in StartProfiling() local