Home
last modified time | relevance | path

Searched refs:caches (Results 1 – 6 of 6) 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/runtime/jit/
Dprofiling_info_test.cc108 std::vector<ProfileMethodInfo::ProfileInlineCache> caches; in SaveProfilingInfoWithFakeInlineCaches() local
113 caches.emplace_back(dex_pc, /*is_missing_types*/false, classes); in SaveProfilingInfoWithFakeInlineCaches()
121 caches.emplace_back(dex_pc, /*is_missing_types*/false, classes); in SaveProfilingInfoWithFakeInlineCaches()
129 caches.emplace_back(dex_pc, /*is_missing_types*/false, classes); in SaveProfilingInfoWithFakeInlineCaches()
134 caches.emplace_back(dex_pc, /*is_missing_types*/true, classes); in SaveProfilingInfoWithFakeInlineCaches()
138 caches); in SaveProfilingInfoWithFakeInlineCaches()
/art/test/158-app-image-class-table/
Dinfo.txt2 when it contains only boot image class loader classes while dex caches
/art/libprofile/profile/
Dprofile_compilation_info.h57 ProfileMethodInfo(MethodReference reference, const std::vector<ProfileInlineCache>& caches) in ProfileMethodInfo()
59 inline_caches(caches) {} in ProfileMethodInfo()
/art/openjdkjvmti/
Dti_redefine.cc1326 art::ObjPtr<art::mirror::ObjectArray<art::mirror::DexCache>> caches) in SetOldDexCaches() argument
1328 SetSlot(klass_index, kSlotOldDexCaches, caches); in SetOldDexCaches()
1565 void SetOldDexCaches(art::ObjPtr<art::mirror::ObjectArray<art::mirror::DexCache>> caches) in SetOldDexCaches() argument
1567 holder_.SetOldDexCaches(idx_, caches); in SetOldDexCaches()