Home
last modified time | relevance | path

Searched refs:IndexCache (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/
Ddex_file_method_inliner.h350 struct IndexCache { struct
351 IndexCache();
366 static uint32_t FindClassIndex(const DexFile* dex_file, IndexCache* cache, argument
368 static uint32_t FindNameIndex(const DexFile* dex_file, IndexCache* cache,
370 static uint32_t FindProtoIndex(const DexFile* dex_file, IndexCache* cache,
372 static uint32_t FindMethodIndex(const DexFile* dex_file, IndexCache* cache,
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()
811 DexFileMethodInliner::IndexCache::IndexCache() { in IndexCache() function in art::DexFileMethodInliner::IndexCache
820 IndexCache cache; in FindIntrinsics()