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

  /art/dexlayout/
dex_ir_builder.cc 102 CHECK_EQ(item->offset_, collections->TypeIdsOffset());
dex_writer.cc 540 collection.TypeIdsOffset()));
645 buffer[9] = collections.TypeIdsOffset();
dex_ir.cc 335 type_ids_.AddIndexedItem(type_id, TypeIdsOffset() + i * TypeId::ItemSize(), i);
    [all...]
dexlayout.cc 615 collections.TypeIdsOffset(), collections.TypeIdsOffset());
    [all...]
dex_ir.h 259 uint32_t TypeIdsOffset() const { return type_ids_.GetOffset(); }
    [all...]

Completed in 86 milliseconds