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/runtime/jit/ |
D | profiling_info_test.cc | 108 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/ |
D | info.txt | 2 when it contains only boot image class loader classes while dex caches
|
/art/libprofile/profile/ |
D | profile_compilation_info.h | 57 ProfileMethodInfo(MethodReference reference, const std::vector<ProfileInlineCache>& caches) in ProfileMethodInfo() 59 inline_caches(caches) {} in ProfileMethodInfo()
|
/art/openjdkjvmti/ |
D | ti_redefine.cc | 1326 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()
|