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

/dalvik/libdex/
H A DDexProto.h79 struct DexProto { struct
85 * Set the given DexProto to refer to the prototype of the given MethodId.
87 DEX_INLINE void dexProtoSetFromMethodId(DexProto* pProto,
98 const char* dexProtoGetShorty(const DexProto* pProto);
103 const char* dexProtoGetMethodDescriptor(const DexProto* pProto,
110 char* dexProtoCopyMethodDescriptor(const DexProto* pProto);
117 const char* dexProtoGetParameterDescriptors(const DexProto* pProto,
126 DexProto proto;
140 DexProto proto;
149 const char* dexProtoGetReturnType(const DexProto* pProt
[all...]

Completed in 28 milliseconds