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

/dalvik/vm/reflect/
H A DReflect.cpp68 * Find the named class object. We have to trim "*pSignature" down to just
74 static ClassObject* convertSignaturePartToClass(char** pSignature, argument
78 char* signature = *pSignature;
94 clazz = dvmFindArrayClass(*pSignature, defClass->classLoader);
103 clazz = dvmFindClassNoInit(*pSignature, defClass->classLoader);
110 ALOGW("Unable to match class for part: '%s'", *pSignature);
112 *pSignature = signature;
119 * The tokenization process may mangle "*pSignature". On return, it will
125 static ArrayObject* convertSignatureToClassArray(char** pSignature, argument
128 char* signature = *pSignature;
[all...]
/dalvik/vm/
H A DDebugger.cpp657 * If "pSignature" is not NULL, *pSignature gets the "JNI signature" of
661 const char** pSignature)
679 if (pSignature != NULL)
680 *pSignature = jniSignature(clazz);
660 dvmDbgGetClassInfo(RefTypeId classId, u1* pTypeTag, u4* pStatus, const char** pSignature) argument

Completed in 69 milliseconds