Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file.cc406 std::vector<dex::TypeIndex>* param_type_idxs) const { in CreateTypeList()
445 param_type_idxs->push_back(type_idx); in CreateTypeList()
Ddex_file.h488 std::vector<dex::TypeIndex>* param_type_idxs) const;
/art/profman/
Dprofman.cc971 std::vector<dex::TypeIndex> param_type_idxs; in FindMethodIndex() local
972 if (!dex_file->CreateTypeList(signature, &return_type_idx, &param_type_idxs)) { in FindMethodIndex()
976 const dex::ProtoId* proto_id = dex_file->FindProtoId(return_type_idx, param_type_idxs); in FindMethodIndex()