Home
last modified time | relevance | path

Searched refs:caches (Results 1 – 5 of 5) sorted by relevance

/art/test/638-checker-inline-caches/
Dinfo.txt1 Verify the use of inline caches in AOT mode.
/art/test/652-deopt-intrinsic/
Dinfo.txt2 record inline caches when seeing an intrinsic.
/art/test/158-app-image-class-table/
Dinfo.txt2 when it contains only boot image class loader classes while dex caches
/art/runtime/jit/
Dprofile_compilation_info_test.cc141 std::vector<ProfileMethodInfo::ProfileInlineCache> caches; in SaveProfilingInfoWithFakeInlineCaches() local
146 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()
Dprofile_compilation_info.h55 ProfileMethodInfo(MethodReference reference, const std::vector<ProfileInlineCache>& caches) in ProfileMethodInfo()
57 inline_caches(caches) {} in ProfileMethodInfo()