Searched refs:caches (Results 1 – 5 of 5) sorted by relevance
1 Verify the use of inline caches in AOT mode.
2 record inline caches when seeing an intrinsic.
2 when it contains only boot image class loader classes while dex caches
141 std::vector<ProfileMethodInfo::ProfileInlineCache> caches; in SaveProfilingInfoWithFakeInlineCaches() local146 caches.emplace_back(dex_pc, /*is_missing_types*/false, classes); in SaveProfilingInfoWithFakeInlineCaches()154 caches.emplace_back(dex_pc, /*is_missing_types*/false, classes); in SaveProfilingInfoWithFakeInlineCaches()162 caches.emplace_back(dex_pc, /*is_missing_types*/false, classes); in SaveProfilingInfoWithFakeInlineCaches()167 caches.emplace_back(dex_pc, /*is_missing_types*/true, classes); in SaveProfilingInfoWithFakeInlineCaches()171 caches); in SaveProfilingInfoWithFakeInlineCaches()
55 ProfileMethodInfo(MethodReference reference, const std::vector<ProfileInlineCache>& caches) in ProfileMethodInfo()57 inline_caches(caches) {} in ProfileMethodInfo()