Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier.h57 previous_item_(nullptr), in DexFileVerifier()
245 const void* previous_item_; variable
Ddex_file_verifier.cc2181 if (previous_item_ != nullptr) { in CheckInterStringIdItem()
2182 const dex::StringId* prev_item = reinterpret_cast<const dex::StringId*>(previous_item_); in CheckInterStringIdItem()
2207 if (previous_item_ != nullptr) { in CheckInterTypeIdItem()
2208 const dex::TypeId* prev_item = reinterpret_cast<const dex::TypeId*>(previous_item_); in CheckInterTypeIdItem()
2264 if (previous_item_ != nullptr) { in CheckInterProtoIdItem()
2265 const dex::ProtoId* prev = reinterpret_cast<const dex::ProtoId*>(previous_item_); in CheckInterProtoIdItem()
2327 if (previous_item_ != nullptr) { in CheckInterFieldIdItem()
2328 const dex::FieldId* prev_item = reinterpret_cast<const dex::FieldId*>(previous_item_); in CheckInterFieldIdItem()
2374 if (previous_item_ != nullptr) { in CheckInterMethodIdItem()
2375 const dex::MethodId* prev_item = reinterpret_cast<const dex::MethodId*>(previous_item_); in CheckInterMethodIdItem()
[all …]