Home
last modified time | relevance | path

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

123

/art/runtime/verifier/
Dreg_type_test.cc41 RegTypeCache cache(Runtime::Current()->GetClassLinker(), 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 …]
/art/test/717-integer-value-of/src/
DMain.java44 Integer[] cache = (Integer[]) cacheField.get(integerCacheClass); in testValueOfArg()
45 Integer[] alt_cache = new Integer[cache.length]; in testValueOfArg()
46 System.arraycopy(cache, 0, alt_cache, 0, cache.length); in testValueOfArg()
54 cacheField.set(integerCacheClass, cache); in testValueOfArg()
94 Integer[] cache = (Integer[]) cacheField.get(integerCacheClass); in testValueOfConst() local
96 Integer old42 = cache[42 - low]; in testValueOfConst()
97 cache[42 - low] = new Integer(42); in testValueOfConst()
105 cache[42 - low] = old42; in testValueOfConst()
/art/test/utils/
Dget-device-isa53 ISA_adb_invocation=$(adb shell ls /data/dalvik-cache)
65 echo >&2 $(adb shell ls -F /data/dalvik-cache)
66 echo >&2 $(adb shell ls /data/dalvik-cache)
68 echo >&2 $(adb shell ls -F /data/dalvik-cache | grep -Ewo "${ARCHITECTURES_PATTERN}")
/art/test/667-jit-jni-stub/
Djit_jni_stub_test.cc33 jit::JitCodeCache* cache = Runtime::Current()->GetJit()->GetCodeCache(); in isNextJitGcFull() local
35 return cache->ShouldDoFullCollection(); in isNextJitGcFull()
52 jit::JitCodeCache* cache = Runtime::Current()->GetJit()->GetCodeCache(); in Java_Main_jitGc() local
54 cache->GarbageCollectCache(Thread::Current()); in Java_Main_jitGc()
/art/test/708-jit-cache-churn/
Dinfo.txt1 Tests JIT cache for page permission updates and CPU cache inconsistencies. Only runs when test runn…
DAndroid.bp3 name: "art-run-test-708-jit-cache-churn",
/art/test/2036-structural-subclass-shadow/
Dinfo.txt1 Tests dex-cache invalidation with structural redefinition.
4 failing to invalidate some dex-cache entries causing incorrect field/method
/art/libdexfile/external/
Ddex_file_ext.cc143 std::deque<std::pair<uint32_t, uint32_t>> cache; in GetClassDefIndex() local
150 cache.emplace_back(offset + code.InsnsSizeInBytes(), accessor.GetClassDefIndex()); in GetClassDefIndex()
154 std::sort(cache.begin(), cache.end()); in GetClassDefIndex()
158 size_t num_entries = cache.size(); in GetClassDefIndex()
159 if (cache.size() > 1) { in GetClassDefIndex()
160 for (auto it = std::next(cache.begin()); it != cache.end(); it++) { in GetClassDefIndex()
171 std::copy_if(cache.begin(), cache.end(), std::back_inserter(class_cache_), pred); in GetClassDefIndex()
/art/runtime/jit/
Dprofiling_info.cc82 InlineCache* cache = GetInlineCache(dex_pc); in AddInvokeInfo() local
84 mirror::Class* existing = cache->classes_[i].Read<kWithoutReadBarrier>(); in AddInvokeInfo()
96 auto atomic_root = reinterpret_cast<Atomic<GcRoot<mirror::Class>>*>(&cache->classes_[i]); in AddInvokeInfo()
/art/test/707-checker-invalid-profile/
Dexpected.txt1 Invalid inline cache in profile file.
/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/1003-metadata-section-strings/
Dinfo.txt1 Test that releasing the metadata cache doesn't break reference equality of string literals.
/art/test/666-dex-cache-itf/
Dinfo.txt1 We used to put wrong entries in the dex cache, which would
DAndroid.bp3 name: "art-run-test-666-dex-cache-itf",
/art/test/612-jit-dex-cache/
Dinfo.txt2 wrongly update the dex cache of a class loader.
/art/test/613-inlining-dex-cache/
Dinfo.txt2 wrongly update the dex cache of a class loader.
/art/compiler/optimizing/
Dselect_generator.cc97 ScopedArenaSafeMap<HInstruction*, HSelect*> cache( in Run() local
198 auto it = cache.find(condition); in Run()
199 if (it == cache.end()) { in Run()
200 cache.Put(condition, select); in Run()
/art/test/638-checker-inline-cache-intrinsic/
DAndroid.bp3 name: "art-run-test-638-checker-inline-cache-intrinsic",
/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/1990-structural-bad-verify/
Dinfo.txt5 This tests a crash that could occur which was caused by the dex-cache being in an unexpected
/art/test/626-const-class-linking/
Dinfo.txt3 clearing the dex cache type array.
/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/144-static-field-sigquit/
Dinfo.txt3 Tests that unresolved classes are not put into the dex cache by the verifier.
/art/tools/build/
Dvar_cache.sh164 echo "Usage: $0 [--debug] [--show-commands] [--dump-cache] [--var <name>] [--var <name2>...]"

123