Searched defs:cache (Results 1 – 13 of 13) sorted by relevance
/art/test/667-jit-jni-stub/ |
D | jit_jni_stub_test.cc | 33 jit::JitCodeCache* cache = Runtime::Current()->GetJit()->GetCodeCache(); in isNextJitGcFull() local 52 jit::JitCodeCache* cache = Runtime::Current()->GetJit()->GetCodeCache(); in Java_Main_jitGc() local
|
/art/runtime/verifier/ |
D | reg_type_test.cc | 41 RegTypeCache cache(true, allocator); in TEST_F() local 65 RegTypeCache cache(true, allocator); in TEST_F() local 91 RegTypeCache cache(true, allocator); in TEST_F() local 366 RegTypeCache cache(true, allocator); in TEST_F() local 383 RegTypeCache cache(true, allocator); in TEST_F() local 401 RegTypeCache cache(true, allocator); in TEST_F() local 425 RegTypeCache cache(true, allocator); in TEST_F() local 453 RegTypeCache cache(true, allocator); in TEST_F() local 475 RegTypeCache cache(true, allocator); in TEST_F() local 708 RegTypeCache cache(true, allocator); in TEST_F() local [all …]
|
/art/runtime/jit/ |
D | profiling_info.cc | 83 InlineCache* cache = GetInlineCache(dex_pc); in AddInvokeInfo() local
|
D | profiling_info.h | 104 InlineCache* cache = &cache_[i]; in ClearGcRootsInInlineCaches() local
|
D | jit_code_cache.cc | 786 InlineCache* cache = &info->cache_[i]; in SweepRootTables() local 1982 const InlineCache& cache = info->cache_[i]; in GetProfiledMethods() local
|
/art/test/717-integer-value-of/src/ |
D | Main.java | 94 Integer[] cache = (Integer[]) cacheField.get(integerCacheClass); in testValueOfConst() local
|
/art/compiler/optimizing/ |
D | select_generator.cc | 99 ScopedArenaSafeMap<HInstruction*, HSelect*> cache( in Run() local
|
D | intrinsics.cc | 213 ObjPtr<mirror::ObjectArray<mirror::Object>> cache = in ComputeIntegerValueOfLocations() local
|
D | reference_type_propagation.cc | 45 ReferenceTypeInfo::TypeHandle* cache) { in GetRootHandle()
|
/art/openjdkjvmti/ |
D | ti_redefine.cc | 529 art::Handle<art::mirror::DexCache> cache(hs.NewHandle( in CreateNewDexCache() local 974 void SetNewDexCache(jint klass_index, art::ObjPtr<art::mirror::DexCache> cache) in SetNewDexCache() 1137 void SetNewDexCache(art::ObjPtr<art::mirror::DexCache> cache) in SetNewDexCache()
|
/art/runtime/ |
D | oat_file_manager.cc | 826 std::vector<std::pair<time_t, std::string>> cache; in UnlinkLeastRecentlyUsedVdexIfNeeded() local
|
/art/libprofile/profile/ |
D | profile_compilation_info.cc | 778 for (const ProfileMethodInfo::ProfileInlineCache& cache : pmi.inline_caches) { in AddMethod() local
|
/art/runtime/jni/ |
D | jni_internal.cc | 178 auto cache = reinterpret_cast<CodeRangeCache*>(data); in VisitElfInfo() local
|