Home
last modified time | relevance | path

Searched defs:cache (Results 1 – 11 of 11) sorted by relevance

/art/runtime/verifier/
Dreg_type_test.cc40 RegTypeCache cache(true, allocator); in TEST_F() local
64 RegTypeCache cache(true, allocator); in TEST_F() local
90 RegTypeCache cache(true, allocator); in TEST_F() local
365 RegTypeCache cache(true, allocator); in TEST_F() local
382 RegTypeCache cache(true, allocator); in TEST_F() local
400 RegTypeCache cache(true, allocator); in TEST_F() local
424 RegTypeCache cache(true, allocator); in TEST_F() local
452 RegTypeCache cache(true, allocator); in TEST_F() local
474 RegTypeCache cache(true, allocator); in TEST_F() local
/art/runtime/jit/
Dprofiling_info.cc91 InlineCache* cache = GetInlineCache(dex_pc); in AddInvokeInfo() local
Dprofiling_info.h104 InlineCache* cache = &cache_[i]; in ClearGcRootsInInlineCaches() local
Djit.cc311 ThreadPool* cache = nullptr; in DeleteThreadPool() local
Djit_code_cache.cc396 InlineCache* cache = &info->cache_[i]; in SweepRootTables() local
1301 const InlineCache& cache = info->cache_[i]; in GetProfiledMethods() local
Dprofile_compilation_info.cc546 for (const ProfileMethodInfo::ProfileInlineCache& cache : pmi.inline_caches) { in AddMethod() local
/art/runtime/
Ddex2oat_environment_test.h152 std::string cache; in GetCachedImageFile() local
/art/compiler/optimizing/
Dintrinsics.h138 mirror::ObjectArray<mirror::Object>* cache; member
Dreference_type_propagation.cc41 ReferenceTypeInfo::TypeHandle* cache) { in GetRootHandle()
/art/runtime/openjdkjvmti/
Dti_redefine.cc872 void SetNewDexCache(jint klass_index, art::mirror::DexCache* cache) in SetNewDexCache()
1029 void SetNewDexCache(art::mirror::DexCache* cache) REQUIRES_SHARED(art::Locks::mutator_lock_) { in SetNewDexCache()
/art/runtime/gc/space/
Dimage_space.cc328 std::unique_ptr<ImageHeader> cache(ReadSpecificImageHeader(cache_filename.c_str(), in ReadImageHeader() local