Searched refs:proto (Results 1 - 5 of 5) 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
H A Ddex_file_method_inliner.cc662 uint32_t proto_index = FindProtoIndex(dex_file, cache, method_def.proto);
/art/runtime/mirror/
H A Dart_method-inl.h492 const DexFile::ProtoId& proto = dex_file->GetMethodPrototype( local
494 return dex_file->GetProtoParameters(proto);
/art/runtime/
H A Ddex_file.cc614 const DexFile::ProtoId& proto = GetProtoId(mid); local
615 int compare = return_type_idx - proto.return_type_idx_;
617 DexFileParameterIterator it(*this, proto);
637 return &proto;
H A Ddex_file.h711 // Looks up a proto id for a given return type and signature type list
1074 Signature(const DexFile* dex, const DexFile::ProtoId& proto) : dex_file_(dex), proto_id_(&proto) { argument

Completed in 927 milliseconds