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

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

Completed in 30 milliseconds