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

/art/runtime/
H A Ddex_file.h181 struct ProtoId { struct in class:art::DexFile
188 DISALLOW_COPY_AND_ASSIGN(ProtoId);
599 const DexFile::ProtoId& signature) const;
608 const ProtoId& GetMethodPrototype(const MethodId& method_id) const {
685 const char* GetReturnTypeDescriptor(const ProtoId& proto_id) const {
695 // Returns the ProtoId at the specified index.
696 const ProtoId& GetProtoId(uint32_t idx) const {
701 uint16_t GetIndexForProtoId(const ProtoId& proto_id) const {
708 const ProtoId* FindProtoId(uint16_t return_type_idx,
710 const ProtoId* FindProtoI
[all...]

Completed in 6 milliseconds