Home
last modified time | relevance | path

Searched refs:dexIsValidTypeDescriptor (Results 1 – 3 of 3) sorted by relevance

/dalvik/libdex/
DDexUtf.cpp263 bool dexIsValidTypeDescriptor(const char* s) { in dexIsValidTypeDescriptor() function
276 if (!dexIsValidTypeDescriptor(s)) { in dexIsReferenceDescriptor()
287 if (!dexIsValidTypeDescriptor(s)) { in dexIsClassDescriptor()
298 if (!dexIsValidTypeDescriptor(s)) { in dexIsFieldDescriptor()
DDexUtf.h105 bool dexIsValidTypeDescriptor(const char* s);
DDexSwapVerify.cpp579 if (!dexIsValidTypeDescriptor(descriptor)) { in crossVerifyTypeIdItem()