Home
last modified time | relevance | path

Searched defs:cache (Results 1 – 7 of 7) 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
451 RegTypeCache cache(true, allocator); in TEST_F() local
473 RegTypeCache cache(true, allocator); in TEST_F() local
/art/runtime/jit/
Dprofiling_info.cc66 InlineCache* cache = nullptr; in GetInlineCache() local
78 InlineCache* cache = GetInlineCache(dex_pc); in AddInvokeInfo() local
Dprofiling_info.h109 InlineCache* cache = &cache_[i]; in VisitRoots() local
146 InlineCache* cache = &cache_[i]; in ClearGcRootsInInlineCaches() local
Djit.cc292 ThreadPool* cache = nullptr; in DeleteThreadPool() local
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc717 uint32_t DexFileMethodInliner::FindClassIndex(const DexFile* dex_file, IndexCache* cache, in FindClassIndex()
733 uint32_t DexFileMethodInliner::FindNameIndex(const DexFile* dex_file, IndexCache* cache, in FindNameIndex()
749 uint32_t DexFileMethodInliner::FindProtoIndex(const DexFile* dex_file, IndexCache* cache, in FindProtoIndex()
787 uint32_t DexFileMethodInliner::FindMethodIndex(const DexFile* dex_file, IndexCache* cache, in FindMethodIndex()
820 IndexCache cache; in FindIntrinsics() local
/art/compiler/optimizing/
Dreference_type_propagation.cc39 ReferenceTypeInfo::TypeHandle* cache) { in GetRootHandle()
/art/runtime/gc/space/
Dimage_space.cc294 std::unique_ptr<ImageHeader> cache(ReadSpecificImageHeader(cache_filename.c_str(), in ReadImageHeader() local