Searched refs:previous_item_ (Results 1 – 2 of 2) sorted by relevance
55 previous_item_(nullptr) { in DexFileVerifier()236 const void* previous_item_; variable
2036 if (previous_item_ != nullptr) { in CheckInterStringIdItem()2037 const DexFile::StringId* prev_item = reinterpret_cast<const DexFile::StringId*>(previous_item_); in CheckInterStringIdItem()2062 if (previous_item_ != nullptr) { in CheckInterTypeIdItem()2063 const DexFile::TypeId* prev_item = reinterpret_cast<const DexFile::TypeId*>(previous_item_); in CheckInterTypeIdItem()2119 if (previous_item_ != nullptr) { in CheckInterProtoIdItem()2120 const DexFile::ProtoId* prev = reinterpret_cast<const DexFile::ProtoId*>(previous_item_); in CheckInterProtoIdItem()2182 if (previous_item_ != nullptr) { in CheckInterFieldIdItem()2183 const DexFile::FieldId* prev_item = reinterpret_cast<const DexFile::FieldId*>(previous_item_); in CheckInterFieldIdItem()2229 if (previous_item_ != nullptr) { in CheckInterMethodIdItem()2230 const DexFile::MethodId* prev_item = reinterpret_cast<const DexFile::MethodId*>(previous_item_); in CheckInterMethodIdItem()[all …]