Searched defs:cache (Results 1 – 7 of 7) sorted by relevance
/art/runtime/verifier/ |
D | reg_type_test.cc | 40 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/ |
D | profiling_info.cc | 66 InlineCache* cache = nullptr; in GetInlineCache() local 78 InlineCache* cache = GetInlineCache(dex_pc); in AddInvokeInfo() local
|
D | profiling_info.h | 109 InlineCache* cache = &cache_[i]; in VisitRoots() local 146 InlineCache* cache = &cache_[i]; in ClearGcRootsInInlineCaches() local
|
D | jit.cc | 292 ThreadPool* cache = nullptr; in DeleteThreadPool() local
|
/art/compiler/dex/quick/ |
D | dex_file_method_inliner.cc | 717 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/ |
D | reference_type_propagation.cc | 39 ReferenceTypeInfo::TypeHandle* cache) { in GetRootHandle()
|
/art/runtime/gc/space/ |
D | image_space.cc | 294 std::unique_ptr<ImageHeader> cache(ReadSpecificImageHeader(cache_filename.c_str(), in ReadImageHeader() local
|