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

  /art/dexlayout/
dex_ir_builder.cc 105 CHECK_EQ(item->size_, collections->ProtoIdsSize());
dex_writer.cc 542 if (collection.ProtoIdsSize() != 0) {
543 queue.push(MapItemContainer(DexFile::kDexTypeProtoIdItem, collection.ProtoIdsSize(),
646 buffer[10] = collections.ProtoIdsSize();
dex_ir.h 227 CHECK_LT(index, ProtoIdsSize());
306 uint32_t ProtoIdsSize() const { return proto_ids_.Size(); }
    [all...]
dexlayout.cc 473 if (secondary_index < header->GetCollections().ProtoIdsSize()) {
616 fprintf(out_file_, "proto_ids_size : %d\n", collections.ProtoIdsSize());
    [all...]
dex_ir.cc     [all...]

Completed in 218 milliseconds