Searched refs:param_type_indices (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddex_file.cc699 std::vector<uint16_t> param_type_indices; local
700 bool success = CreateTypeList(signature, &return_type_idx, &param_type_indices);
704 const ProtoId* proto_id = FindProtoId(return_type_idx, param_type_indices);

Completed in 151 milliseconds