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

  /art/dexlayout/
dex_ir_builder.cc 106 CHECK_EQ(item->offset_, collections->ProtoIdsOffset());
dex_writer.cc 544 collection.ProtoIdsOffset()));
647 buffer[11] = collections.ProtoIdsOffset();
dex_ir.cc 346 proto_ids_.AddIndexedItem(proto_id, ProtoIdsOffset() + i * ProtoId::ItemSize(), i);
    [all...]
dexlayout.cc 618 collections.ProtoIdsOffset(), collections.ProtoIdsOffset());
    [all...]
dex_ir.h 260 uint32_t ProtoIdsOffset() const { return proto_ids_.GetOffset(); }
    [all...]

Completed in 1288 milliseconds