Searched refs:GetEntryRef (Results 1 – 12 of 12) sorted by relevance
98 EXPECT_THAT(Map.GetEntryRef(0).data, 50); in TEST()99 EXPECT_THAT(Map.GetEntryRef(1).data, 51); in TEST()100 EXPECT_THAT(Map.GetEntryRef(2).data, 52); in TEST()101 EXPECT_THAT(Map.GetEntryRef(3).data, 53); in TEST()124 EXPECT_THAT(MapC.GetEntryRef(0).data, 53); in TEST()125 EXPECT_THAT(MapC.GetEntryRef(1).data, 52); in TEST()126 EXPECT_THAT(MapC.GetEntryRef(2).data, 51); in TEST()127 EXPECT_THAT(MapC.GetEntryRef(3).data, 50); in TEST()
46 const DWARFRangeList::Entry &range = ranges.GetEntryRef(i); in BuildAddressRangeTable()71 file_ranges.GetEntryRef(idx); in BuildAddressRangeTable()94 file_ranges.GetEntryRef(idx); in BuildAddressRangeTable()
1361 const FileRangeMap::Entry &entry = oso_file_range_map.GetEntryRef(i); in FinalizeOSOFileRanges()
1176 const DWARFRangeList::Entry &range = ranges.GetEntryRef(i); in ParseBlocksRecursive()
46 const Range &range = m_ranges.GetEntryRef(i); in GetDescription()85 const Range &range = m_ranges.GetEntryRef(i); in Dump()162 const Range &range = m_ranges.GetEntryRef(i); in DumpAddressRanges()296 const Range &vm_range = m_ranges.GetEntryRef(range_idx); in GetRangeAtIndex()313 addr.Slide(m_ranges.GetEntryRef(0).GetRangeBase()); in GetStartAddress()
1019 const FDEEntryMap::Entry &entry = m_fde_index.GetEntryRef(i); in ForEachFDEEntries()
133 const uint32_t symbol_idx = m_file_addr_to_index.GetEntryRef(i).data; in Dump()
260 Entry &GetEntryRef(size_t i) { return m_entries[i]; } in GetEntryRef() function261 const Entry &GetEntryRef(size_t i) const { return m_entries[i]; } in GetEntryRef() function489 Entry &GetEntryRef(size_t i) { return m_entries[i]; } in GetEntryRef() function490 const Entry &GetEntryRef(size_t i) const { return m_entries[i]; } in GetEntryRef() function717 const Entry &GetEntryRef(size_t i) const { return m_entries[i]; } in GetEntryRef() function
273 auto &free_block = m_free_blocks.GetEntryRef(i); in ReserveBlock()320 m_free_blocks.Insert(m_reserved_blocks.GetEntryRef(entry_idx), true); in FreeBlock()
200 CompUnitData &data = m_cu_data->GetEntryRef(index).data; in ParseCompileUnitAtIndex()234 CompUnitData &data = m_cu_data->GetEntryRef(comp_unit.GetID()).data; in ParseLineTable()246 CompUnitData &data = m_cu_data->GetEntryRef(comp_unit.GetID()).data; in ParseSupportFiles()
519 const RangeListEntry &range = ranges.GetEntryRef(0); in GetCorrespondingFrameData()
4600 if (symbols_added.find(function_starts.GetEntryRef(i).addr) == in ParseSymtab()