Home
last modified time | relevance | path

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

/art/compiler/utils/
Dtest_dex_file_builder.h73 const ProtoKey* proto = &it->first; // Valid as long as the element remains in protos_. in AddMethod() local
312 const ProtoKey* proto; member
/art/runtime/
Dart_method-inl.h353 const DexFile::ProtoId& proto = dex_file->GetMethodPrototype( in GetParameterTypeList() local
Ddex_file.h1334 Signature(const DexFile* dex, const DexFile::ProtoId& proto) : dex_file_(dex), proto_id_(&proto) { in Signature()
Ddex_file.cc702 const DexFile::ProtoId& proto = GetProtoId(mid); in FindProtoId() local
/art/compiler/dex/quick/
Ddex_file_method_inliner.h329 ProtoCacheIndex proto; member
/art/compiler/optimizing/
Dinstruction_builder.cc450 const DexFile::ProtoId& proto = dex_file_->GetMethodPrototype(referrer_method_id); in InitializeParameters() local