Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_test.cc37 RegTypeCache cache(true); in TEST_F() local
59 RegTypeCache cache(true); in TEST_F() local
83 RegTypeCache cache(true); in TEST_F() local
356 RegTypeCache cache(true); in TEST_F() local
371 RegTypeCache cache(true); in TEST_F() local
387 RegTypeCache cache(true); in TEST_F() local
409 RegTypeCache cache(true); in TEST_F() local
434 RegTypeCache cache(true); in TEST_F() local
454 RegTypeCache cache(true); in TEST_F() local
/art/runtime/jit/
Djit_instrumentation.cc29 explicit JitCompileTask(ArtMethod* method, JitInstrumentationCache* cache) in JitCompileTask()
115 JitInstrumentationListener::JitInstrumentationListener(JitInstrumentationCache* cache) in JitInstrumentationListener()
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc703 uint32_t DexFileMethodInliner::FindClassIndex(const DexFile* dex_file, IndexCache* cache, in FindClassIndex()
726 uint32_t DexFileMethodInliner::FindNameIndex(const DexFile* dex_file, IndexCache* cache, in FindNameIndex()
742 uint32_t DexFileMethodInliner::FindProtoIndex(const DexFile* dex_file, IndexCache* cache, in FindProtoIndex()
780 uint32_t DexFileMethodInliner::FindMethodIndex(const DexFile* dex_file, IndexCache* cache, in FindMethodIndex()
813 IndexCache cache; in FindIntrinsics() local
/art/runtime/gc/space/
Dimage_space.cc397 std::unique_ptr<ImageHeader> cache(ReadSpecificImageHeader(cache_filename.c_str(), in ReadImageHeader() local
/art/compiler/optimizing/
Dnodes.h302 ArenaSafeMap<ValueType, InstructionType*>* cache) { in CreateConstant()