Home
last modified time | relevance | path

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

/dalvik/vm/reflect/
DAnnotation.c1135 const DexAnnotationItem* pAnnoItem, const char* annoName, in getAnnotationValue() argument
1143 ptr = searchEncodedAnnotation(clazz, pAnnoItem->annotation, annoName); in getAnnotationValue()
1145 LOGW("%s annotation lacks '%s' member\n", debugAnnoName, annoName); in getAnnotationValue()
1155 debugAnnoName, annoName, avalue.type, expectedType); in getAnnotationValue()