Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Ddex_file_method_inliner.h346 static uint32_t FindMethodIndex(const DexFile* dex_file, IndexCache* cache,
Ddex_file_method_inliner.cc780 uint32_t DexFileMethodInliner::FindMethodIndex(const DexFile* dex_file, IndexCache* cache, in FindMethodIndex() function in art::DexFileMethodInliner
815 uint32_t method_idx = FindMethodIndex(dex_file, &cache, def.method_def); in FindIntrinsics()