Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Ddex_file_method_inliner.h342 static uint32_t FindNameIndex(const DexFile* dex_file, IndexCache* cache,
Ddex_file_method_inliner.cc726 uint32_t DexFileMethodInliner::FindNameIndex(const DexFile* dex_file, IndexCache* cache, in FindNameIndex() function in art::DexFileMethodInliner
786 uint32_t name_index = FindNameIndex(dex_file, cache, method_def.name); in FindMethodIndex()