Searched refs:caches (Results 1 – 6 of 6) sorted by relevance
/art/test/638-checker-inline-caches/ |
D | info.txt | 1 Verify the use of inline caches in AOT mode.
|
/art/test/652-deopt-intrinsic/ |
D | info.txt | 2 record inline caches when seeing an intrinsic.
|
/art/test/158-app-image-class-table/ |
D | info.txt | 2 when it contains only boot image class loader classes while dex caches
|
/art/runtime/jit/ |
D | profile_compilation_info_test.cc | 123 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()
|
D | profile_compilation_info.h | 64 const std::vector<ProfileInlineCache>& caches) in ProfileMethodInfo() 65 : dex_file(dex), dex_method_index(method_index), inline_caches(caches) {} in ProfileMethodInfo()
|
/art/runtime/openjdkjvmti/ |
D | ti_redefine.cc | 888 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()
|