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

/art/runtime/
H A Ddex_file_verifier.cc204 bool DexFileVerifier::CheckList(size_t element_size, const char* label, const byte* *ptr) { function in class:art::DexFileVerifier
1168 if (!CheckList(sizeof(DexFile::TypeItem), "type_list", &ptr_)) {
1174 if (!CheckList(sizeof(DexFile::AnnotationSetRefItem), "annotation_set_ref_list", &ptr_)) {
1180 if (!CheckList(sizeof(uint32_t), "annotation_set_item", &ptr_)) {

Completed in 192 milliseconds