Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dsignature.h55 Signature(const DexFile* dex, const dex::ProtoId& proto) : dex_file_(dex), proto_id_(&proto) { in Signature()
Dtest_dex_file_builder.h76 const ProtoKey* proto = &it->first; // Valid as long as the element remains in protos_. in AddMethod() local
325 const ProtoKey* proto; member
Ddex_file.cc374 const ProtoId& proto = GetProtoId(proto_idx); in FindProtoId() local
/art/runtime/
Dart_method-inl.h251 const dex::ProtoId& proto = dex_file->GetMethodPrototype( in GetParameterTypeList() local
/art/dexlayout/
Ddexlayout.cc235 static std::string GetSignatureForProtoId(const dex_ir::ProtoId* proto) { in GetSignatureForProtoId()
455 std::string proto("<proto?>"); in IndexString() local
1082 const dex_ir::ProtoId* proto) { in DumpCode()
Ddex_ir.h699 MethodId(const TypeId* klass, const ProtoId* proto, const StringId* name) in MethodId()
/art/dexdump/
Ddexdump.cc899 std::string proto("<proto?>"); in indexString() local
931 const std::string& proto = signature.ToString(); in indexString() local
/art/compiler/optimizing/
Dinstruction_builder.cc591 const dex::ProtoId& proto = dex_file_->GetMethodPrototype(referrer_method_id); in InitializeParameters() local