Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier.cc297 struct ToDoItem { struct in art::dex::DexFileVerifier
302 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()