Searched refs:ToDoItem (Results 1 – 1 of 1) sorted by relevance
297 struct ToDoItem { struct in art::dex::DexFileVerifier302 using ToDoList = std::stack<ToDoItem>;1202 todo_.emplace(ToDoItem{.array_size = size}); in CheckEncodedArray()1222 todo_.emplace(ToDoItem{.annotation_size = size, .last_idx = kDexNoIndex}); in CheckEncodedAnnotation()1245 ToDoItem& item = todo_.top(); in FlushToDoList()