HomeSort by relevance Sort by last modified time
    Searched refs:StringIdsSize (Results 1 - 6 of 6) sorted by null

  /art/dexlayout/
dex_ir_builder.cc 121 CHECK_EQ(item->size_, collections->StringIdsSize());
compact_dex_writer.cc 287 header.string_ids_size_ = collections.StringIdsSize();
dex_ir.cc 135 if (index < collections.StringIdsSize()) {
    [all...]
dex_writer.cc 687 collection.StringIdsSize(),
766 header.string_ids_size_ = collections.StringIdsSize();
    [all...]
dex_ir.h 269 CHECK_LT(index, StringIdsSize());
354 uint32_t StringIdsSize() const { return string_ids_.Size(); }
    [all...]
dexlayout.cc 428 if (index < header->GetCollections().StringIdsSize()) {
613 fprintf(out_file_, "string_ids_size : %d\n", collections.StringIdsSize());
    [all...]

Completed in 573 milliseconds