Searched refs:prev_item (Results 1 – 1 of 1) sorted by relevance
2654 const dex::StringId* prev_item = reinterpret_cast<const dex::StringId*>(previous_item_); in CheckInterStringIdItem() local2655 const char* prev_str = dex_file_->GetStringData(*prev_item); in CheckInterStringIdItem()2685 const dex::TypeId* prev_item = reinterpret_cast<const dex::TypeId*>(previous_item_); in CheckInterTypeIdItem() local2686 if (UNLIKELY(prev_item->descriptor_idx_ >= item->descriptor_idx_)) { in CheckInterTypeIdItem()2688 prev_item->descriptor_idx_.index_, in CheckInterTypeIdItem()2805 const dex::FieldId* prev_item = reinterpret_cast<const dex::FieldId*>(previous_item_); in CheckInterFieldIdItem() local2806 if (UNLIKELY(prev_item->class_idx_ > item->class_idx_)) { in CheckInterFieldIdItem()2809 } else if (prev_item->class_idx_ == item->class_idx_) { in CheckInterFieldIdItem()2810 if (UNLIKELY(prev_item->name_idx_ > item->name_idx_)) { in CheckInterFieldIdItem()2813 } else if (prev_item->name_idx_ == item->name_idx_) { in CheckInterFieldIdItem()[all …]