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.h324 struct IndexCache { struct
325 IndexCache();
340 static uint32_t FindClassIndex(const DexFile* dex_file, IndexCache* cache, argument
342 static uint32_t FindNameIndex(const DexFile* dex_file, IndexCache* cache,
344 static uint32_t FindProtoIndex(const DexFile* dex_file, IndexCache* cache,
346 static uint32_t FindMethodIndex(const DexFile* dex_file, IndexCache* cache,
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()
804 DexFileMethodInliner::IndexCache::IndexCache() { in IndexCache() function in art::DexFileMethodInliner::IndexCache
813 IndexCache cache; in FindIntrinsics()