Searched refs:proto_def (Results 1 – 1 of 1) sorted by relevance
756 const ProtoDef& proto_def = kProtoCacheDefs[index]; in FindProtoIndex() local757 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()