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/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.cc123 std::vector<ProfileMethodInfo::ProfileInlineCache> caches; in SaveProfilingInfoWithFakeInlineCaches() local
128 caches.emplace_back(dex_pc, /*is_missing_types*/false, classes); in SaveProfilingInfoWithFakeInlineCaches()
136 caches.emplace_back(dex_pc, /*is_missing_types*/false, classes); in SaveProfilingInfoWithFakeInlineCaches()
144 caches.emplace_back(dex_pc, /*is_missing_types*/false, classes); in SaveProfilingInfoWithFakeInlineCaches()
149 caches.emplace_back(dex_pc, /*is_missing_types*/true, classes); in SaveProfilingInfoWithFakeInlineCaches()
151 ProfileMethodInfo pmi(method->GetDexFile(), method->GetDexMethodIndex(), caches); in SaveProfilingInfoWithFakeInlineCaches()
Dprofile_compilation_info.h64 const std::vector<ProfileInlineCache>& caches) in ProfileMethodInfo()
65 : dex_file(dex), dex_method_index(method_index), inline_caches(caches) {} in ProfileMethodInfo()
/art/runtime/openjdkjvmti/
Dti_redefine.cc888 void SetOldDexCaches(jint klass_index, art::mirror::ObjectArray<art::mirror::DexCache>* caches) in SetOldDexCaches() argument
890 SetSlot(klass_index, kSlotOldDexCaches, caches); in SetOldDexCaches()
1043 void SetOldDexCaches(art::mirror::ObjectArray<art::mirror::DexCache>* caches) in SetOldDexCaches() argument
1045 holder_.SetOldDexCaches(idx_, caches); in SetOldDexCaches()