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

  /art/dexlayout/
dex_ir_builder.cc 97 CHECK_EQ(item->size_, collections->StringIdsSize());
dex_writer.cc 534 if (collection.StringIdsSize() != 0) {
535 queue.push(MapItemContainer(DexFile::kDexTypeStringIdItem, collection.StringIdsSize(),
642 buffer[6] = collections.StringIdsSize();
dex_ir.cc 150 if (index < collections.StringIdsSize()) {
    [all...]
dex_ir.h 219 CHECK_LT(index, StringIdsSize());
304 uint32_t StringIdsSize() const { return string_ids_.Size(); }
    [all...]
dexlayout.cc 425 if (index < header->GetCollections().StringIdsSize()) {
610 fprintf(out_file_, "string_ids_size : %d\n", collections.StringIdsSize());
    [all...]

Completed in 62 milliseconds