Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Ddex_file_method_inliner.h344 static uint32_t FindProtoIndex(const DexFile* dex_file, IndexCache* cache,
Ddex_file_method_inliner.cc742 uint32_t DexFileMethodInliner::FindProtoIndex(const DexFile* dex_file, IndexCache* cache, in FindProtoIndex() function in art::DexFileMethodInliner
790 uint32_t proto_index = FindProtoIndex(dex_file, cache, method_def.proto); in FindMethodIndex()