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

/dalvik/libdex/
H A DDexSwapVerify.cpp2105 static const u1* verifyEncodedAnnotation(const CheckState* state,
2241 data = verifyEncodedAnnotation(state, data, crossVerify);
2271 static const u1* verifyEncodedAnnotation(const CheckState* state, function
2361 return (void*) verifyEncodedAnnotation(state, data, false);
2371 return (void*) verifyEncodedAnnotation(state, data, true);

Completed in 411 milliseconds