Home
last modified time | relevance | path

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

/art/compiler/utils/
Dtest_dex_file_builder.h66 ProtoKey proto_key = CreateProtoKey(signature); in AddMethod()
73 const ProtoKey* proto = &it->first; // Valid as long as the element remains in protos_. in AddMethod()
259 ProtoKey proto_key = CreateProtoKey(signature); in GetMethodIdx()
289 struct ProtoKey { struct
295 bool operator()(const ProtoKey& lhs, const ProtoKey& rhs) const { in operator() argument
312 const ProtoKey* proto;
326 ProtoKey CreateProtoKey(const std::string& signature) { in CreateProtoKey()
333 ProtoKey key = { in CreateProtoKey()
380 std::map<ProtoKey, IdxAndDataOffset, ProtoKeyComparator> protos_;