Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_verifier.h48 bool CheckList(size_t element_size, const char* label, const uint8_t* *ptr);
Ddex_file_verifier.cc204 bool DexFileVerifier::CheckList(size_t element_size, const char* label, const uint8_t* *ptr) { in CheckList() function in art::DexFileVerifier
1195 if (!CheckList(sizeof(DexFile::TypeItem), "type_list", &ptr_)) { in CheckIntraSectionIterate()
1201 if (!CheckList(sizeof(DexFile::AnnotationSetRefItem), "annotation_set_ref_list", &ptr_)) { in CheckIntraSectionIterate()
1207 if (!CheckList(sizeof(uint32_t), "annotation_set_item", &ptr_)) { in CheckIntraSectionIterate()