Searched refs:DebugInfoItems (Results 1 – 5 of 5) sorted by relevance
137 [](const dex_ir::Header* h) { return h->DebugInfoItems().Size(); }, in __anon2b802b991f02()138 [](const dex_ir::Header* h) { return h->DebugInfoItems().GetOffset(); } in __anon2b802b992002()
256 std::sort(header_->DebugInfoItems().begin(), in SortDebugInfosByMethodIndex()257 header_->DebugInfoItems().end(), in SortDebugInfosByMethodIndex()
527 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()
402 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()
488 CollectionVector<DebugInfoItem>& DebugInfoItems() { return debug_info_items_; } in DebugInfoItems() function489 const CollectionVector<DebugInfoItem>& DebugInfoItems() const { return debug_info_items_; } in DebugInfoItems() function