Home
last modified time | relevance | path

Searched defs:proto (Results 1 – 5 of 5) 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
297 const ProtoKey* proto; member
/art/runtime/
Dart_method-inl.h403 const DexFile::ProtoId& proto = dex_file->GetMethodPrototype( in GetParameterTypeList() local
Ddex_file.cc666 const DexFile::ProtoId& proto = GetProtoId(mid); in FindProtoId() local
Ddex_file.h1106 Signature(const DexFile* dex, const DexFile::ProtoId& proto) : dex_file_(dex), proto_id_(&proto) { in Signature()
/art/compiler/dex/quick/
Ddex_file_method_inliner.h303 ProtoCacheIndex proto; member