Home
last modified time | relevance | path

Searched defs:branchData (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/jit/
Dprofiling_loader.cpp34 auto branchData = Span(reinterpret_cast<BranchData *>(branchesMem), aotBranchData.size()); in CreateBranchData() local
Dprofiling_data.h145 auto branchData = reinterpret_cast<BranchData *>(mem); in From() local
244 explicit ProfilingData(Span<CallSiteInlineCache> inlineCaches, Span<BranchData> branchData, in ProfilingData()
/arkcompiler/runtime_core/static_core/runtime/jit/libprofile/
Daot_profiling_data.h37 …hodProfilingData(uint32_t methodIdx, uint32_t classIdx, uint32_t inlineCaches, uint32_t branchData, in AotMethodProfilingData()
48PandaVector<AotBranchData> branchData, PandaVector<AotThrowData> throwData) in AotMethodProfilingData()
Dpgo_file_builder.cpp487 PandaVector<AotProfilingData::AotBranchData> branchData; in ReadMethodSubSection() local