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

/art/runtime/
H A Ddex_file_verifier.cc308 bool DexFileVerifier::CheckList(size_t element_size, const char* label, const uint8_t* *ptr) { function in class:art::DexFileVerifier
1682 if (!CheckList(sizeof(DexFile::TypeItem), "type_list", &ptr_)) {
1688 if (!CheckList(sizeof(DexFile::AnnotationSetRefItem), "annotation_set_ref_list", &ptr_)) {
1694 if (!CheckList(sizeof(uint32_t), "annotation_set_item", &ptr_)) {

Completed in 237 milliseconds