Searched defs:param_type_idxs (Results 1 - 1 of 1) sorted by relevance

/art/profman/
H A Dprofman.cc802 std::vector<dex::TypeIndex> param_type_idxs; local
803 if (!dex_file->CreateTypeList(signature, &return_type_idx, &param_type_idxs)) {
807 const DexFile::ProtoId* proto_id = dex_file->FindProtoId(return_type_idx, param_type_idxs);

Completed in 76 milliseconds