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

  /art/dexlayout/
dex_ir.cc 107 [](const dex_ir::Header* h) { return h->TypeLists().Size(); },
108 [](const dex_ir::Header* h) { return h->TypeLists().GetOffset(); }
dex_writer.cc 285 for (auto& type_list : header_->TypeLists()) {
296 header_->TypeLists().SetOffset(start);
758 header_->TypeLists().Size(),
759 header_->TypeLists().GetOffset()));
    [all...]
dex_ir_builder.cc 383 header_->TypeLists().SetOffset(item->offset_);
590 type_list = type_lists_map_.CreateAndAddItem(header_->TypeLists(),
    [all...]
dex_ir.h 458 CollectionVector<TypeList>& TypeLists() { return type_lists_; }
459 const CollectionVector<TypeList>& TypeLists() const { return type_lists_; }
    [all...]

Completed in 112 milliseconds