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

/art/runtime/
H A Ddex_file_verifier.h48 bool CheckList(size_t element_size, const char* label, const uint8_t* *ptr);
H A Ddex_file_verifier.cc208 bool DexFileVerifier::CheckList(size_t element_size, const char* label, const uint8_t* *ptr) { function in class:art::DexFileVerifier
1398 if (!CheckList(sizeof(DexFile::TypeItem), "type_list", &ptr_)) {
1404 if (!CheckList(sizeof(DexFile::AnnotationSetRefItem), "annotation_set_ref_list", &ptr_)) {
1410 if (!CheckList(sizeof(uint32_t), "annotation_set_item", &ptr_)) {

Completed in 12 milliseconds