Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Ddex_file_method_inliner.h256 ProtoCacheIndex proto; member
Ddex_file_method_inliner.cc662 uint32_t proto_index = FindProtoIndex(dex_file, cache, method_def.proto); in FindMethodIndex()
/art/runtime/mirror/
Dart_method-inl.h492 const DexFile::ProtoId& proto = dex_file->GetMethodPrototype( in GetParameterTypeList() local
494 return dex_file->GetProtoParameters(proto); in GetParameterTypeList()
/art/runtime/
Ddex_file.cc614 const DexFile::ProtoId& proto = GetProtoId(mid); in FindProtoId() local
615 int compare = return_type_idx - proto.return_type_idx_; in FindProtoId()
617 DexFileParameterIterator it(*this, proto); in FindProtoId()
637 return &proto; in FindProtoId()
Ddex_file.h1074 Signature(const DexFile* dex, const DexFile::ProtoId& proto) : dex_file_(dex), proto_id_(&proto) { in Signature() argument