Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Ddex_file_method_inliner.cc756 const ProtoDef& proto_def = kProtoCacheDefs[index]; in FindProtoIndex() local
757 uint32_t return_index = FindClassIndex(dex_file, cache, proto_def.return_type); in FindProtoIndex()
765 uint32_t signature_length = proto_def.param_count; in FindProtoIndex()
768 uint32_t param_index = FindClassIndex(dex_file, cache, proto_def.params[i]); in FindProtoIndex()