Searched defs:ProtoId (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddex_file.h183 struct ProtoId { struct in class:art::DexFile
190 DISALLOW_COPY_AND_ASSIGN(ProtoId);
602 const DexFile::ProtoId& signature) const;
611 const ProtoId& GetMethodPrototype(const MethodId& method_id) const {
689 const char* GetReturnTypeDescriptor(const ProtoId& proto_id) const {
699 // Returns the ProtoId at the specified index.
700 const ProtoId& GetProtoId(uint32_t idx) const {
705 uint16_t GetIndexForProtoId(const ProtoId& proto_id) const {
712 const ProtoId* FindProtoId(uint16_t return_type_idx,
714 const ProtoId* FindProtoI
[all...]

Completed in 884 milliseconds