Searched defs:proto (Results 1 - 4 of 4) sorted by relevance

/art/compiler/dex/quick/
H A Ddex_file_method_inliner.h186 * To avoid multiple lookups of a method signature, we cache its proto
238 * The method signature (proto) definition using cached class indexes.
249 * The method definition using cached class, name and proto indexes.
250 * The class index, method name index and proto index are used with
256 ProtoCacheIndex proto; member in struct:art::DexFileMethodInliner::MethodDef
/art/runtime/mirror/
H A Dart_method-inl.h481 const DexFile::ProtoId& proto = dex_file->GetMethodPrototype( local
483 return dex_file->GetProtoParameters(proto);
/art/runtime/
H A Ddex_file.cc607 const DexFile::ProtoId& proto = GetProtoId(mid); local
608 int compare = return_type_idx - proto.return_type_idx_;
610 DexFileParameterIterator it(*this, proto);
630 return &proto;
H A Ddex_file.h707 // Looks up a proto id for a given return type and signature type list
1047 Signature(const DexFile* dex, const DexFile::ProtoId& proto) : dex_file_(dex), proto_id_(&proto) { argument

Completed in 704 milliseconds