Searched defs:branchData (Results 1 – 4 of 4) sorted by relevance
34 auto branchData = Span(reinterpret_cast<BranchData *>(branchesMem), aotBranchData.size()); in CreateBranchData() local
145 auto branchData = reinterpret_cast<BranchData *>(mem); in From() local244 explicit ProfilingData(Span<CallSiteInlineCache> inlineCaches, Span<BranchData> branchData, in ProfilingData()
37 …hodProfilingData(uint32_t methodIdx, uint32_t classIdx, uint32_t inlineCaches, uint32_t branchData, in AotMethodProfilingData()48 … PandaVector<AotBranchData> branchData, PandaVector<AotThrowData> throwData) in AotMethodProfilingData()
487 PandaVector<AotProfilingData::AotBranchData> branchData; in ReadMethodSubSection() local