Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc1370 FindOrAddDexPc(inline_cache, cache.dex_pc)->SetIsMissingTypes(); in AddMethod()
1374 FindOrAddDexPc(inline_cache, cache.dex_pc)->SetIsMegamorphic(); in AddMethod()
1378 DexPcData* dex_pc_data = FindOrAddDexPc(inline_cache, cache.dex_pc); in AddMethod()
2032 DexPcData* dex_pc_data = FindOrAddDexPc(inline_cache, other_dex_pc); in MergeWith()
2463 ProfileCompilationInfo::FindOrAddDexPc(InlineCacheMap* inline_cache, uint32_t dex_pc) { in FindOrAddDexPc() function in art::ProfileCompilationInfo
2919 DexPcData* dex_pc_data = FindOrAddDexPc(inline_cache, dex_pc); in ReadMethods()
Dprofile_compilation_info.h1031 static DexPcData* FindOrAddDexPc(InlineCacheMap* inline_cache, uint32_t dex_pc);