Searched refs:FindNameIndex (Results 1 – 2 of 2) sorted by relevance
368 static uint32_t FindNameIndex(const DexFile* dex_file, IndexCache* cache,
733 uint32_t DexFileMethodInliner::FindNameIndex(const DexFile* dex_file, IndexCache* cache, in FindNameIndex() function in art::DexFileMethodInliner793 uint32_t name_index = FindNameIndex(dex_file, cache, method_def.name); in FindMethodIndex()