Searched refs:DexProto (Results 1 - 18 of 18) 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...]
H A DDexProto.cpp21 #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* pProt
[all...]
H A DAndroid.mk27 DexProto.cpp \
H A DDexDebugInfo.cpp22 #include "DexProto.h"
132 static void invalidStream(const char* classDescriptor, const DexProto* proto) {
152 DexProto proto = { pDexFile, protoIdx };
H A DDexSwapVerify.cpp24 #include "DexProto.h"
688 DexProto proto = { state->pDexFile, protoIdx };
726 DexProto proto0 = { state->pDexFile, protoIdx - 1 };
/dalvik/vm/arch/generic/
H A DHints.cpp52 u4 dvmPlatformInvokeHints( const DexProto* proto)
/dalvik/vm/arch/x86/
H A DHints386ABI.cpp61 u4 dvmPlatformInvokeHints( const DexProto* proto)
/dalvik/vm/arch/arm/
H A DHintsEABI.cpp57 u4 dvmPlatformInvokeHints(const DexProto* proto)
/dalvik/vm/
H A DNative.h58 u4 dvmPlatformInvokeHints(const DexProto* proto);
H A DNative.cpp667 static char* createMangledSignature(const DexProto* proto)
/dalvik/vm/arch/mips/
H A DHintsO32.cpp63 u4 dvmPlatformInvokeHints(const DexProto* proto)
/dalvik/vm/oo/
H A DObject.h525 DexProto prototype;
596 const DexProto* proto);
598 const DexProto* proto);
609 const char* methodName, const DexProto* proto);
611 const char* methodName, const DexProto* proto);
613 const DexProto* proto);
621 const char* methodName, const DexProto* proto);
H A DObject.cpp212 const DexProto* proto;
426 MethodType wantedType, bool isHier, const char* name, const DexProto* proto)
512 const DexProto* proto)
538 const char* methodName, const DexProto* proto)
573 const char* methodName, const DexProto* proto)
621 const DexProto* proto)
634 const char* methodName, const DexProto* proto)
654 const DexProto* proto)
H A DClass.h251 * as if by converting the descriptor to a DexProto and comparing it
268 const DexProto* proto, const Method* method);
H A DResolve.cpp204 DexProto proto;
337 DexProto proto;
H A DClass.cpp181 static int computeJniArgInfo(const DexProto* proto);
2280 static int computeJniArgInfo(const DexProto* proto)
4881 const DexProto* proto, const Method* method)
/dalvik/vm/analysis/
H A DOptimize.cpp798 DexProto proto;
1011 DexProto proto;
/dalvik/vm/reflect/
H A DAnnotation.cpp260 DexProto proto;
1574 DexProto proto;

Completed in 239 milliseconds