Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Dwriter.h48 return ItemsCount() > 0 ? offset_ : 0; in SectionOffset()
64 dex::u4 ItemsCount() const { return count_; } in ItemsCount() function
100 return ItemsCount() > 0 ? offset_ : 0; in SectionOffset()
108 dex::u4 ItemsCount() const { return count_; } in ItemsCount() function
/tools/dexter/slicer/
Dwriter.cc222 SLICER_CHECK(section.ItemsCount() == 0); in CopySection()
226 SLICER_CHECK(section.ItemsCount() > 0); in CopySection()
313 header->string_ids_size = dex_->string_ids.ItemsCount(); in CreateImage()
315 header->type_ids_size = dex_->type_ids.ItemsCount(); in CreateImage()
317 header->proto_ids_size = dex_->proto_ids.ItemsCount(); in CreateImage()
319 header->field_ids_size = dex_->field_ids.ItemsCount(); in CreateImage()
321 header->method_ids_size = dex_->method_ids.ItemsCount(); in CreateImage()
323 header->class_defs_size = dex_->class_defs.ItemsCount(); in CreateImage()
376 if (section.ItemsCount() > 0) { in AddMapItem()
380 map_item.size = section.ItemsCount(); in AddMapItem()