Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Ddex_file_method_inliner.cc717 uint32_t DexFileMethodInliner::FindClassIndex(const DexFile* dex_file, IndexCache* cache, in FindClassIndex() function in art::DexFileMethodInliner
757 uint32_t return_index = FindClassIndex(dex_file, cache, proto_def.return_type); in FindProtoIndex()
768 uint32_t param_index = FindClassIndex(dex_file, cache, proto_def.params[i]); in FindProtoIndex()
789 uint32_t declaring_class_index = FindClassIndex(dex_file, cache, method_def.declaring_class); in FindMethodIndex()
Ddex_file_method_inliner.h366 static uint32_t FindClassIndex(const DexFile* dex_file, IndexCache* cache,