Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier.cc307 bool CheckAnnotationElement(/*inout*/ uint32_t* last_idx);
1227 bool DexFileVerifier::CheckAnnotationElement(/*inout*/ uint32_t* last_idx) { in CheckAnnotationElement() function in art::dex::DexFileVerifier
1254 if (!CheckAnnotationElement(&item.last_idx)) { in FlushToDoList()