Home
last modified time | relevance | path

Searched refs:inline_cache (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info.cc1246 InlineCacheMap* inline_cache = data->FindOrAddHotMethod(pmi.ref.index); in AddMethod() local
1247 DCHECK(inline_cache != nullptr); in AddMethod()
1251 FindOrAddDexPc(inline_cache, cache.dex_pc)->SetIsMissingTypes(); in AddMethod()
1255 FindOrAddDexPc(inline_cache, cache.dex_pc)->SetIsMegamorphic(); in AddMethod()
1259 DexPcData* dex_pc_data = FindOrAddDexPc(inline_cache, cache.dex_pc); in AddMethod()
1903 if (inline_cache == nullptr) { in MergeWith()
1910 DexPcData* dex_pc_data = FindOrAddDexPc(inline_cache, other_dex_pc); in MergeWith()
2359 return &(inline_cache->FindOrAdd(dex_pc, DexPcData(inline_cache->get_allocator()))->second); in FindOrAddDexPc()
2753 InlineCacheMap* inline_cache = FindOrAddHotMethod(method_index); in ReadMethods() local
2754 DCHECK(inline_cache != nullptr); in ReadMethods()
[all …]
H A Dprofile_compilation_info.h923 static DexPcData* FindOrAddDexPc(InlineCacheMap* inline_cache, uint32_t dex_pc);