Home
last modified time | relevance | path

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

/art/compiler/utils/
Dtest_dex_file_builder.h72 const ProtoKey* proto = &it->first; // Valid as long as the element remains in protos_. in AddMethod() local
75 class_descriptor, name, proto in AddMethod()
207 auto it = protos_.find(*entry.first.proto); in Build()
297 const ProtoKey* proto; member
307 return ProtoKeyComparator()(*lhs.proto, *rhs.proto); in operator()
/art/compiler/dex/quick/
Ddex_file_method_inliner.h303 ProtoCacheIndex proto; member
Ddex_file_method_inliner.cc790 uint32_t proto_index = FindProtoIndex(dex_file, cache, method_def.proto); in FindMethodIndex()
/art/runtime/
Dart_method-inl.h403 const DexFile::ProtoId& proto = dex_file->GetMethodPrototype( in GetParameterTypeList() local
405 return dex_file->GetProtoParameters(proto); in GetParameterTypeList()
Ddex_file.cc666 const DexFile::ProtoId& proto = GetProtoId(mid); in FindProtoId() local
667 int compare = return_type_idx - proto.return_type_idx_; in FindProtoId()
669 DexFileParameterIterator it(*this, proto); in FindProtoId()
689 return &proto; in FindProtoId()
Ddex_file.h1106 Signature(const DexFile* dex, const DexFile::ProtoId& proto) : dex_file_(dex), proto_id_(&proto) { in Signature() argument