Lines Matching refs:ProtoId
371 const dex::ProtoId& signature) const;
377 const dex::ProtoId& GetMethodPrototype(const dex::MethodId& method_id) const { in GetMethodPrototype()
385 const Signature GetProtoSignature(const dex::ProtoId& proto_id) const;
456 const char* GetReturnTypeDescriptor(const dex::ProtoId& proto_id) const;
465 const dex::ProtoId& GetProtoId(dex::ProtoIndex idx) const { in GetProtoId()
470 dex::ProtoIndex GetIndexForProtoId(const dex::ProtoId& proto_id) const { in GetIndexForProtoId()
477 const dex::ProtoId* FindProtoId(dex::TypeIndex return_type_idx,
480 const dex::ProtoId* FindProtoId(dex::TypeIndex return_type_idx, in FindProtoId()
493 const dex::TypeList* GetProtoParameters(const dex::ProtoId& proto_id) const { in GetProtoParameters()
849 const dex::ProtoId* const proto_ids_;
896 DexFileParameterIterator(const DexFile& dex_file, const dex::ProtoId& proto_id) in DexFileParameterIterator()