Home
last modified time | relevance | path

Searched defs:param_types (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dimtable-inl.h66 const dex::TypeList* param_types = dex_file->GetProtoParameters(proto_id); in GetImtHashComponents() local
/art/runtime/mirror/
Dmethod_type_test.cc55 const std::vector<std::string>& param_types) { in CreateMethodType()