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

  /art/dexlayout/
dex_ir_builder.cc 101 CHECK_EQ(item->size_, collections->TypeIdsSize());
dex_writer.cc 538 if (collection.TypeIdsSize() != 0) {
539 queue.push(MapItemContainer(DexFile::kDexTypeTypeIdItem, collection.TypeIdsSize(),
644 buffer[8] = collections.TypeIdsSize();
dex_ir.cc 144 if (index < collections.TypeIdsSize()) {
    [all...]
dex_ir.h 223 CHECK_LT(index, TypeIdsSize());
305 uint32_t TypeIdsSize() const { return type_ids_.Size(); }
    [all...]
dexlayout.cc 417 if (index < header->GetCollections().TypeIdsSize()) {
613 fprintf(out_file_, "type_ids_size : %d\n", collections.TypeIdsSize());
    [all...]

Completed in 151 milliseconds