|
|
Add inlining ranges/intervals to code objects so that we can map a pc to the inlined stack. The mapping is not fast, used only for disassembly.
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+324 lines, -242 lines) |
Patch |
 |
M |
runtime/vm/compiler.cc
|
View
|
1
2
|
5 chunks |
+10 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/disassembler.h
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/disassembler.cc
|
View
|
1
|
2 chunks |
+64 lines, -12 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/disassembler_arm.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -33 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/disassembler_arm64.cc
|
View
|
1
|
1 chunk |
+0 lines, -33 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/disassembler_ia32.cc
|
View
|
1
|
1 chunk |
+0 lines, -36 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/disassembler_mips.cc
|
View
|
1
|
1 chunk |
+0 lines, -35 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/disassembler_x64.cc
|
View
|
1
|
1 chunk |
+0 lines, -36 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_compiler.h
|
View
|
|
3 chunks |
+13 lines, -3 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_compiler.cc
|
View
|
1
2
|
5 chunks |
+113 lines, -38 lines |
2 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_inliner.h
|
View
|
|
1 chunk |
+12 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_inliner.cc
|
View
|
|
7 chunks |
+35 lines, -5 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/intermediate_language.h
|
View
|
1
|
3 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/object.h
|
View
|
1
2
|
1 chunk |
+17 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/object.cc
|
View
|
1
2
|
3 chunks |
+46 lines, -3 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/raw_object.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 4 (1 generated)
|