Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier.cc299 uint32_t annotation_size = 0; // CheckAnnotationElement. member
1222 todo_.emplace(ToDoItem{.annotation_size = size, .last_idx = kDexNoIndex}); in CheckEncodedAnnotation()
1246 DCHECK(item.array_size == 0u || item.annotation_size == 0u); in FlushToDoList()
1252 } else if (item.annotation_size > 0) { in FlushToDoList()
1253 item.annotation_size--; in FlushToDoList()