Home
last modified time | relevance | path

Searched refs:DebugInfoItems (Results 1 – 5 of 5) sorted by relevance

/art/dexlayout/
Ddex_ir.cc137 [](const dex_ir::Header* h) { return h->DebugInfoItems().Size(); }, in __anon0e6c32921f02()
138 [](const dex_ir::Header* h) { return h->DebugInfoItems().GetOffset(); } in __anon0e6c32922002()
Dcompact_dex_writer.cc258 std::sort(header_->DebugInfoItems().begin(), in SortDebugInfosByMethodIndex()
259 header_->DebugInfoItems().end(), in SortDebugInfosByMethodIndex()
Ddex_writer.cc527 for (auto& debug_info : header_->DebugInfoItems()) { in WriteDebugInfoItems()
531 header_->DebugInfoItems().SetOffset(start); in WriteDebugInfoItems()
776 header_->DebugInfoItems().Size(), in GenerateAndWriteMapItems()
777 header_->DebugInfoItems().GetOffset())); in GenerateAndWriteMapItems()
Ddex_ir_builder.cc402 header_->DebugInfoItems().SetOffset(item->offset_); in CheckAndSetRemainingOffsets()
814 debug_info = debug_info_items_map_.CreateAndAddItem(header_->DebugInfoItems(), in DedupeOrCreateCodeItem()
1003 header_->DebugInfoItems().SortByMapOrder(debug_info_items_map_.Collection()); in SortVectorsByMapOrder()
Ddex_ir.h488 CollectionVector<DebugInfoItem>& DebugInfoItems() { return debug_info_items_; } in DebugInfoItems() function
489 const CollectionVector<DebugInfoItem>& DebugInfoItems() const { return debug_info_items_; } in DebugInfoItems() function