Searched refs:DexProto (Results 1 - 18 of 18) 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...]
H A DDexProto.c21 #include "DexProto.h"
118 * Return the DexProtoId from the given DexProto. The DexProto must
121 static inline const DexProtoId* getProtoId(const DexProto* pProto) {
129 const char* dexProtoGetShorty(const DexProto* pProto) {
138 const char* dexProtoGetMethodDescriptor(const DexProto* pProto,
176 char* dexProtoCopyMethodDescriptor(const DexProto* pProto) {
189 const char* dexProtoGetParameterDescriptors(const DexProto* pProto,
226 const char* dexProtoGetReturnType(const DexProto* pProto) {
234 size_t dexProtoGetParameterCount(const DexProto* pProt
[all...]
H A DAndroid.mk25 DexProto.c \
H A DDexFile.c23 #include "DexProto.h"
863 DexProto proto = { pDexFile, protoIdx };
H A DDexSwapVerify.c24 #include "DexProto.h"
687 DexProto proto = { state->pDexFile, protoIdx };
725 DexProto proto0 = { state->pDexFile, protoIdx - 1 };
/dalvik/vm/arch/generic/
H A DHints.c52 u4 dvmPlatformInvokeHints( const DexProto* proto)
/dalvik/vm/arch/x86/
H A DHints386ABI.c61 u4 dvmPlatformInvokeHints( const DexProto* proto)
/dalvik/vm/arch/x86-atom/
H A DHints386ABI.c51 u4 dvmPlatformInvokeHints(const DexProto* proto) {
/dalvik/vm/arch/arm/
H A DHintsEABI.c57 u4 dvmPlatformInvokeHints(const DexProto* proto)
/dalvik/vm/oo/
H A DObject.h564 DexProto prototype;
612 const DexProto* proto);
614 const DexProto* proto);
625 const char* methodName, const DexProto* proto);
627 const char* methodName, const DexProto* proto);
629 const DexProto* proto);
H A DObject.c212 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)
576 const DexProto* proto)
589 const char* methodName, const DexProto* proto)
609 const DexProto* proto)
H A DClass.h248 * as if by converting the descriptor to a DexProto and comparing it
265 const DexProto* proto, const Method* method);
H A DResolve.c205 DexProto proto;
336 DexProto proto;
H A DClass.c181 static int computeJniArgInfo(const DexProto* proto);
2186 static int computeJniArgInfo(const DexProto* proto)
4940 const DexProto* proto, const Method* method)
/dalvik/vm/
H A DNative.h58 u4 dvmPlatformInvokeHints(const DexProto* proto);
H A DNative.c668 static char* createMangledSignature(const DexProto* proto)
/dalvik/vm/analysis/
H A DOptimize.c762 DexProto proto;
969 DexProto proto;
/dalvik/vm/reflect/
H A DAnnotation.c321 DexProto proto;
1547 DexProto proto;

Completed in 253 milliseconds