Home
last modified time | relevance | path

Searched refs:cache (Results 1 – 25 of 40) sorted by relevance

12

/art/runtime/verifier/
Dreg_type_test.cc41 RegTypeCache cache(true, allocator); in TEST_F() local
42 const RegType& ref_type_const_0 = cache.FromCat1Const(10, true); in TEST_F()
43 const RegType& ref_type_const_1 = cache.FromCat1Const(10, true); in TEST_F()
44 const RegType& ref_type_const_2 = cache.FromCat1Const(30, true); in TEST_F()
45 const RegType& ref_type_const_3 = cache.FromCat1Const(30, false); in TEST_F()
50 const RegType& ref_type_const_wide_0 = cache.FromCat2ConstHi(50, true); in TEST_F()
51 const RegType& ref_type_const_wide_1 = cache.FromCat2ConstHi(50, true); in TEST_F()
54 const RegType& ref_type_const_wide_2 = cache.FromCat2ConstLo(50, true); in TEST_F()
55 const RegType& ref_type_const_wide_3 = cache.FromCat2ConstLo(50, true); in TEST_F()
56 const RegType& ref_type_const_wide_4 = cache.FromCat2ConstLo(55, true); in TEST_F()
[all …]
Dreg_type.cc456 const RegType& RegType::HighHalf(RegTypeCache* cache) const { in HighHalf()
459 return cache->LongHi(); in HighHalf()
461 return cache->DoubleHi(); in HighHalf()
465 return cache->FromCat2ConstHi(const_val->ConstantValue(), false); in HighHalf()
504 const RegType& RegType::GetSuperClass(RegTypeCache* cache) const { in GetSuperClass()
511 return cache->FromClass(super_klass->GetDescriptor(&temp), super_klass, false); in GetSuperClass()
513 return cache->Zero(); in GetSuperClass()
519 return cache->JavaLangObject(true); in GetSuperClass()
521 return cache->FromUnresolvedSuperClass(*this); in GetSuperClass()
/art/test/708-jit-cache-churn/
Dinfo.txt1 Tests JIT cache for page permission updates and CPU cache inconsistencies. Only runs when test runn…
/art/runtime/jit/
Dprofiling_info.cc91 InlineCache* cache = GetInlineCache(dex_pc); in AddInvokeInfo() local
93 mirror::Class* existing = cache->classes_[i].Read<kWithoutReadBarrier>(); in AddInvokeInfo()
105 if (!reinterpret_cast<Atomic<GcRoot<mirror::Class>>*>(&cache->classes_[i])-> in AddInvokeInfo()
Dprofiling_info.h104 InlineCache* cache = &cache_[i]; in ClearGcRootsInInlineCaches() local
105 memset(&cache->classes_[0], in ClearGcRootsInInlineCaches()
/art/compiler/optimizing/
Dintrinsics.cc201 info.cache == nullptr || in ComputeIntegerValueOfLocations()
258 info.cache = static_cast<mirror::ObjectArray<mirror::Object>*>( in ComputeIntegerValueOfInfo()
260 if (info.cache == nullptr) { in ComputeIntegerValueOfInfo()
264 if (!heap->ObjectIsInBootImageSpace(info.cache)) { in ComputeIntegerValueOfInfo()
287 DCHECK_EQ(info.cache->GetLength(), info.high - info.low + 1); in ComputeIntegerValueOfInfo()
Dintrinsics.h128 cache(nullptr), in IntegerValueOfInfo()
138 mirror::ObjectArray<mirror::Object>* cache; member
Dreference_type_propagation.cc41 ReferenceTypeInfo::TypeHandle* cache) { in GetRootHandle() argument
42 if (!ReferenceTypeInfo::IsValidHandle(*cache)) { in GetRootHandle()
46 *cache = handles->NewHandle(linker->GetClassRoot(class_root)); in GetRootHandle()
48 return *cache; in GetRootHandle()
/art/test/648-inline-caches-unresolved/
Dinfo.txt1 Test for inlining with inline cache into an unresolved method.
/art/test/643-checker-bogus-ic/
Dinfo.txt1 Verify the compiler can handle a bogus inline cache in a profile.
/art/test/613-inlining-dex-cache/
Dinfo.txt2 wrongly update the dex cache of a class loader.
/art/test/612-jit-dex-cache/
Dinfo.txt2 wrongly update the dex cache of a class loader.
/art/runtime/
Ddex2oat_environment_test.h153 std::string cache; in GetCachedImageFile() local
159 &cache, in GetCachedImageFile()
167 return GetDalvikCacheFilename(image_location.c_str(), cache.c_str(), image, error_msg); in GetCachedImageFile()
/art/test/155-java-set-resolved-type/
Dinfo.txt2 type in the dex cache while it was not in the class loader's class table.
/art/test/606-erroneous-class/jasmin-multidex/
DClassA.j21 ; Obtain the ErrClass type from Dex cache of the first Dex file. Note that
26 ; the Dex cache of the second Dex file.
/art/test/626-const-class-linking/
Dinfo.txt3 clearing the dex cache type array.
/art/test/144-static-field-sigquit/
Dinfo.txt3 Tests that unresolved classes are not put into the dex cache by the verifier.
/art/test/etc/
Drun-test-jar553 ISA_adb_invocation=$(adb shell ls -F /data/dalvik-cache)
565 echo $(adb shell ls -F /data/dalvik-cache)
566 echo $(adb shell ls /data/dalvik-cache)
568 echo $(adb shell ls -F /data/dalvik-cache | grep -Ewo "${ARCHITECTURES_PATTERN}")
851 rm -rf ${DEX_LOCATION}/dalvik-cache/
/art/test/800-smali/smali/
DB30458218.smali23 # IGET used to wrongly cache 'InterruptedIOException' class under the key 'LB30458218;'
Db_21869691A.smali22 # If we do this before a correct invoke-virtual C.a(), we poison the dex cache with an incorrect
/art/
DAndroid.mk47 rm -rf $(TMPDIR)/$(USER)/test-*/dalvik-cache/*
48 rm -rf $(TMPDIR)/android-data/dalvik-cache/*
50 rm -rf /tmp/$(USER)/test-*/dalvik-cache/*
51 rm -rf /tmp/android-data/dalvik-cache/*
67 adb shell rm -rf data/run-test/test-*/dalvik-cache/*
/art/test/162-method-resolution/jasmin/
DTest5User.j27 ; to populate the dex cache entry for Test5Base.foo()V.
/art/tools/
Dart254 mkdir -p $ANDROID_DATA/dalvik-cache/$ARCHS
290 # Wipe dalvik-cache to prepare it for the next invocation.
291 rm -rf $ANDROID_DATA/dalvik-cache/$ARCHS/*
/art/runtime/openjdkjvmti/
Dti_redefine.cc460 art::Handle<art::mirror::DexCache> cache(hs.NewHandle( in CreateNewDexCache() local
463 if (cache.IsNull()) { in CreateNewDexCache()
475 cache.Get(), in CreateNewDexCache()
481 return cache.Get(); in CreateNewDexCache()
898 void SetNewDexCache(jint klass_index, art::mirror::DexCache* cache) in SetNewDexCache() argument
900 SetSlot(klass_index, kSlotNewDexCache, cache); in SetNewDexCache()
1055 void SetNewDexCache(art::mirror::DexCache* cache) REQUIRES_SHARED(art::Locks::mutator_lock_) { in SetNewDexCache() argument
1056 holder_.SetNewDexCache(idx_, cache); in SetNewDexCache()
/art/build/
DAndroid.common_path.mk24 ART_TARGET_DALVIK_CACHE_DIR := /data/dalvik-cache

12