Searched refs:DexPcData (Results 1 – 6 of 6) sorted by relevance
135 struct DexPcData : public ArenaObject<kArenaAllocProfile> { struct136 explicit DexPcData(ArenaAllocator* allocator) in DexPcData() function137 : DexPcData(allocator->Adapter(kArenaAllocProfile)) {} in DexPcData()138 explicit DexPcData(const ArenaAllocatorAdapter<void>& allocator) in DexPcData() function153 bool operator==(const DexPcData& other) const { argument168 using InlineCacheMap = ArenaSafeMap<uint16_t, DexPcData>;923 static DexPcData* FindOrAddDexPc(InlineCacheMap* inline_cache, uint32_t dex_pc);
109 const ProfileCompilationInfo::DexPcData& dex_pc_data = it->second; in EqualInlineCaches()
574 void ProfileCompilationInfo::DexPcData::AddClass(const dex::TypeIndex& type_idx) { in AddClass()1259 DexPcData* dex_pc_data = FindOrAddDexPc(inline_cache, cache.dex_pc); in AddMethod()1334 const DexPcData& dex_pc_data = inline_cache_it.second; in VerifyProfileData()1910 DexPcData* dex_pc_data = FindOrAddDexPc(inline_cache, other_dex_pc); in MergeWith()2357 ProfileCompilationInfo::DexPcData*2359 return &(inline_cache->FindOrAdd(dex_pc, DexPcData(inline_cache->get_allocator()))->second); in FindOrAddDexPc()2560 const DexPcData& dex_pc_data = inline_cache_entry.second; in MethodsDataSize()2645 const DexPcData& dex_pc_data = inline_cache_entry.second; in WriteMethods()2769 DexPcData* dex_pc_data = FindOrAddDexPc(inline_cache, dex_pc); in ReadMethods()
672 const ProfileCompilationInfo::DexPcData& dex_pc_data = inline_cache_map->begin()->second; in TEST_F()
380 const ProfileCompilationInfo::DexPcData& dex_pc_data, in AssertInlineCaches()1581 const ProfileCompilationInfo::DexPcData& dex_pc_data = inline_caches->begin()->second; in TEST_F()
660 const ProfileCompilationInfo::DexPcData& dex_pc_data = it->second; in GetInlineCacheAOT()