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

/dalvik/libdex/
H A DDexSwapVerify.cpp2117 static const u1* verifyEncodedAnnotation(const CheckState* state,
2253 data = verifyEncodedAnnotation(state, data, crossVerify);
2283 static const u1* verifyEncodedAnnotation(const CheckState* state, function
2373 return (void*) verifyEncodedAnnotation(state, data, false);
2383 return (void*) verifyEncodedAnnotation(state, data, true);

Completed in 9 milliseconds