Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: tools/binary_size/testdata/test.map

Issue 2809043003: //tools/binary_size: Group [clone] and ** symbols (Closed)
Patch Set: review comments Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/binary_size/testdata/SymbolGroupMethods.golden ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/binary_size/testdata/test.map
diff --git a/tools/binary_size/testdata/test.map b/tools/binary_size/testdata/test.map
index cc15b5dba4457660b26dc76fa7509b999d5a2f7f..13c5e11d9f63d0ebe9a925758b4e5bba65be681b 100644
--- a/tools/binary_size/testdata/test.map
+++ b/tools/binary_size/testdata/test.map
@@ -90,15 +90,18 @@ Memory map
.text.startup._GLOBAL__sub_I_SkDiscardableMemoryPool.cpp
0x0028f1e0 0x14 obj/third_party/icu/icuuc/ucnv_ext.o
.text._ZN5blink23ContiguousContainerBase11shrinkToFitEv
- 0x002a0000 0x1c obj/third_party/WebKit.a(PaintChunker.o)
+ 0x002a0000 0x10 obj/third_party/WebKit.a(PaintChunker.o)
0x002a0001 blink::ContiguousContainerBase::shrinkToFit()
+ .text._ZN5blink23ContiguousContainerBase11shrinkToFitEv2
+ 0x002a0010 0xc obj/third_party/WebKit.a(PaintChunker.o)
+ 0x002a0011 blink::ContiguousContainerBase::shrinkToFit() [clone .part.1234] [clone .isra.2]
.text._ZN5blink23ContiguousContainerBaseC2EOS0_
0xffffffffffffffff 0x18 obj/third_party/WebKit.a(ContiguousContainer.o)
0x002a0021 blink::ContiguousContainerBase::ContiguousContainerBase(blink::ContiguousContainerBase&&)
0x002a0021 blink::ContiguousContainerBase::ContiguousContainerBase(blink::ContiguousContainerBase&&)
.text._ZN5blink12PaintChunker18releasePaintChunksEv
0x002a1000 0x5e obj/third_party/WebKit.a(ContiguousContainer.o)
- 0x002a1001 (anonymous namespace)::blink::PaintChunker::releasePaintChunks()
+ 0x002a1001 (anonymous namespace)::blink::PaintChunker::releasePaintChunks() [clone .part.1]
.ARM.exidx 0x024ca628 0x1771c8
.ARM.exidx.text.startup._GLOBAL__sub_I_page_allocator.cc
« no previous file with comments | « tools/binary_size/testdata/SymbolGroupMethods.golden ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698