Home
last modified time | relevance | path

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

/art/compiler/utils/
Dtest_dex_file_builder.h65 ProtoKey proto_key = CreateProtoKey(signature); in AddMethod() local
66 AddString(proto_key.shorty); in AddMethod()
67 AddType(proto_key.return_type); in AddMethod()
68 for (const auto& arg_type : proto_key.args) { in AddMethod()
71 auto it = protos_.emplace(proto_key, IdxAndDataOffset()).first; in AddMethod()
244 ProtoKey proto_key = CreateProtoKey(signature); in GetMethodIdx() local
245 MethodKey method_key = { class_descriptor, name, &proto_key }; in GetMethodIdx()