Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dart_method-inl.h492 const DexFile::ProtoId& proto = dex_file->GetMethodPrototype( in GetParameterTypeList() local
/art/compiler/dex/quick/
Ddex_file_method_inliner.h256 ProtoCacheIndex proto; member
/art/runtime/
Ddex_file.cc614 const DexFile::ProtoId& proto = GetProtoId(mid); in FindProtoId() local
Ddex_file.h1074 Signature(const DexFile* dex, const DexFile::ProtoId& proto) : dex_file_(dex), proto_id_(&proto) { in Signature()