HomeSort by relevance Sort by last modified time
    Searched refs:DexProto (Results 1 - 18 of 18) 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"
688 DexProto proto = { state->pDexFile, protoIdx };
726 DexProto proto0 = { state->pDexFile, protoIdx - 1 };
    [all...]
  /dalvik/vm/arch/generic/
Hints.cpp 52 u4 dvmPlatformInvokeHints( const DexProto* proto)
  /dalvik/vm/arch/x86/
Hints386ABI.cpp 61 u4 dvmPlatformInvokeHints( const DexProto* proto)
  /dalvik/vm/arch/arm/
HintsEABI.cpp 57 u4 dvmPlatformInvokeHints(const DexProto* proto)
  /dalvik/vm/
Native.h 58 u4 dvmPlatformInvokeHints(const DexProto* proto);
Native.cpp 667 static char* createMangledSignature(const DexProto* proto)
  /dalvik/vm/arch/mips/
HintsO32.cpp 63 u4 dvmPlatformInvokeHints(const DexProto* proto)
  /dalvik/vm/oo/
Object.h 525 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);
Object.cpp 212 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)
Class.h 251 * as if by converting the descriptor to a DexProto and comparing it
268 const DexProto* proto, const Method* method);
Resolve.cpp 204 DexProto proto;
337 DexProto proto;
Class.cpp 181 static int computeJniArgInfo(const DexProto* proto);
    [all...]
  /dalvik/vm/analysis/
Optimize.cpp 798 DexProto proto;
    [all...]
  /dalvik/vm/reflect/
Annotation.cpp 260 DexProto proto;
    [all...]

Completed in 548 milliseconds