Searched defs:cache (Results 1 – 10 of 10) sorted by relevance
/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 763 RegTypeCache cache(true, allocator); in TEST_F() local
|
/art/runtime/jit/ |
D | profiling_info.cc | 91 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 | 404 InlineCache* cache = &info->cache_[i]; in SweepRootTables() local 1371 const InlineCache& cache = info->cache_[i]; in GetProfiledMethods() local
|
D | profile_compilation_info.cc | 658 for (const ProfileMethodInfo::ProfileInlineCache& cache : pmi.inline_caches) { in AddMethod() local
|
/art/runtime/ |
D | dex2oat_environment_test.h | 153 std::string cache; in GetCachedImageFile() local
|
/art/compiler/optimizing/ |
D | intrinsics.h | 138 mirror::ObjectArray<mirror::Object>* cache; member
|
D | reference_type_propagation.cc | 41 ReferenceTypeInfo::TypeHandle* cache) { in GetRootHandle()
|
/art/runtime/openjdkjvmti/ |
D | ti_redefine.cc | 460 art::Handle<art::mirror::DexCache> cache(hs.NewHandle( in CreateNewDexCache() local 898 void SetNewDexCache(jint klass_index, art::mirror::DexCache* cache) in SetNewDexCache() 1055 void SetNewDexCache(art::mirror::DexCache* cache) REQUIRES_SHARED(art::Locks::mutator_lock_) { in SetNewDexCache()
|
/art/runtime/gc/space/ |
D | image_space.cc | 330 std::unique_ptr<ImageHeader> cache(ReadSpecificImageHeader(cache_filename.c_str(), in ReadImageHeader() local
|