Searched defs:proto (Results 1 – 9 of 9) sorted by relevance
62 Signature(const DexFile* dex, const dex::ProtoId& proto) : dex_file_(dex), proto_id_(&proto) { in Signature()
75 const ProtoKey* proto = &it->first; // Valid as long as the element remains in protos_. in AddMethod() local325 const ProtoKey* proto; member
422 const ProtoId& proto = GetProtoId(proto_idx); in FindProtoId() local
552 DexUseProto proto = null; in load() local881 void fromProto(@NonNull DexUseProto proto) { in fromProto()917 void fromProto(@NonNull PackageDexUseProto proto) { in fromProto()947 void fromProto(@NonNull PrimaryDexUseProto proto) { in fromProto()975 void fromProto(@NonNull SecondaryDexUseProto proto) { in fromProto()1027 void fromProto(@NonNull PrimaryDexUseRecordProto proto) { in fromProto()1047 void fromProto(@NonNull SecondaryDexUseRecordProto proto) { in fromProto()
661 DexUseProto proto; in testCleanup() local
237 static std::string GetSignatureForProtoId(const dex_ir::ProtoId* proto) { in GetSignatureForProtoId()522 std::string proto("<proto?>"); in IndexString() local1152 const dex_ir::ProtoId* proto) { in DumpCode()
707 MethodId(const TypeId* klass, const ProtoId* proto, const StringId* name) in MethodId()
966 std::string proto("<proto?>"); in indexString() local998 const std::string& proto = signature.ToString(); in indexString() local
646 const dex::ProtoId& proto = dex_file_->GetMethodPrototype(referrer_method_id); in InitializeParameters() local