Home
last modified time | relevance | path

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

/art/test/667-jit-jni-stub/
Djit_jni_stub_test.cc33 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/
Dreg_type_test.cc41 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/
Dprofiling_info.cc83 InlineCache* cache = GetInlineCache(dex_pc); in AddInvokeInfo() local
Dprofiling_info.h104 InlineCache* cache = &cache_[i]; in ClearGcRootsInInlineCaches() local
Djit_code_cache.cc565 InlineCache* cache = &info->cache_[i]; in SweepRootTables() local
1632 const InlineCache& cache = info->cache_[i]; in GetProfiledMethods() local
Dprofile_compilation_info.cc715 for (const ProfileMethodInfo::ProfileInlineCache& cache : pmi.inline_caches) { in AddMethod() local
/art/compiler/optimizing/
Dintrinsics.h146 mirror::ObjectArray<mirror::Object>* cache; member
Dreference_type_propagation.cc44 ReferenceTypeInfo::TypeHandle* cache) { in GetRootHandle()
/art/openjdkjvmti/
Dti_redefine.cc486 art::Handle<art::mirror::DexCache> cache(hs.NewHandle( in CreateNewDexCache() local
924 void SetNewDexCache(jint klass_index, art::mirror::DexCache* cache) in SetNewDexCache()
1081 void SetNewDexCache(art::mirror::DexCache* cache) REQUIRES_SHARED(art::Locks::mutator_lock_) { in SetNewDexCache()
/art/runtime/gc/space/
Dimage_space.cc364 std::unique_ptr<ImageHeader> cache(ReadSpecificImageHeader(cache_filename.c_str(), in ReadImageHeader() local