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

/dalvik/libdex/
H A DDexProto.h73 typedef struct DexProto { struct
76 } DexProto; typedef in typeref:struct:DexProto
79 * Set the given DexProto to refer to the prototype of the given MethodId.
81 DEX_INLINE void dexProtoSetFromMethodId(DexProto* pProto,
92 const char* dexProtoGetShorty(const DexProto* pProto);
97 const char* dexProtoGetMethodDescriptor(const DexProto* pProto,
104 char* dexProtoCopyMethodDescriptor(const DexProto* pProto);
111 const char* dexProtoGetParameterDescriptors(const DexProto* pProto,
120 DexProto proto;
134 DexProto prot
[all...]

Completed in 17 milliseconds