Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dtest_dex_file_builder.h75 const ProtoKey* proto = &it->first; // Valid as long as the element remains in protos_. in AddMethod() local
324 const ProtoKey* proto; member
Ddex_file.cc395 const DexFile::ProtoId& proto = GetProtoId(mid); in FindProtoId() local
Ddex_file.h1162 Signature(const DexFile* dex, const DexFile::ProtoId& proto) : dex_file_(dex), proto_id_(&proto) { in Signature()
/art/dexlayout/
Ddexlayout.cc248 static std::string GetSignatureForProtoId(const dex_ir::ProtoId* proto) { in GetSignatureForProtoId()
468 std::string proto("<proto?>"); in IndexString() local
1116 const dex_ir::ProtoId* proto) { in DumpCode()
Ddex_ir.h721 MethodId(const TypeId* klass, const ProtoId* proto, const StringId* name) in MethodId()
/art/runtime/
Dart_method-inl.h274 const DexFile::ProtoId& proto = dex_file->GetMethodPrototype( in GetParameterTypeList() local
/art/dexdump/
Ddexdump.cc889 std::string proto("<proto?>"); in indexString() local
921 const std::string& proto = signature.ToString(); in indexString() local
/art/compiler/optimizing/
Dinstruction_builder.cc590 const DexFile::ProtoId& proto = dex_file_->GetMethodPrototype(referrer_method_id); in InitializeParameters() local