HomeSort by relevance Sort by last modified time
    Searched refs:DexProto (Results 1 - 5 of 5) sorted by null

  /dalvik/libdex/
DexProto.h 79 struct DexProto {
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* pProto)
    [all...]
DexProto.cpp 21 #include "DexProto.h"
118 * Return the DexProtoId from the given DexProto. The DexProto must
121 static inline const DexProtoId* getProtoId(const DexProto* pProto) {
126 const char* dexProtoGetShorty(const DexProto* pProto) {
133 const char* dexProtoGetMethodDescriptor(const DexProto* pProto,
168 char* dexProtoCopyMethodDescriptor(const DexProto* pProto) {
177 const char* dexProtoGetParameterDescriptors(const DexProto* pProto,
212 const char* dexProtoGetReturnType(const DexProto* pProto) {
218 size_t dexProtoGetParameterCount(const DexProto* pProto)
    [all...]
Android.mk 27 DexProto.cpp \
DexDebugInfo.cpp 22 #include "DexProto.h"
132 static void invalidStream(const char* classDescriptor, const DexProto* proto) {
152 DexProto proto = { pDexFile, protoIdx };
DexSwapVerify.cpp 24 #include "DexProto.h"
662 DexProto proto = { state->pDexFile, protoIdx };
700 DexProto proto0 = { state->pDexFile, protoIdx - 1 };
    [all...]

Completed in 1215 milliseconds