Searched defs:cache (Results 1 – 5 of 5) sorted by relevance
| /art/runtime/verifier/ |
| D | reg_type_test.cc | 37 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/ |
| D | jit_instrumentation.cc | 29 explicit JitCompileTask(ArtMethod* method, JitInstrumentationCache* cache) in JitCompileTask() 115 JitInstrumentationListener::JitInstrumentationListener(JitInstrumentationCache* cache) in JitInstrumentationListener()
|
| /art/compiler/dex/quick/ |
| D | dex_file_method_inliner.cc | 703 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/ |
| D | image_space.cc | 397 std::unique_ptr<ImageHeader> cache(ReadSpecificImageHeader(cache_filename.c_str(), in ReadImageHeader() local
|
| /art/compiler/optimizing/ |
| D | nodes.h | 302 ArenaSafeMap<ValueType, InstructionType*>* cache) { in CreateConstant()
|