|
|
Add support for object pool that will be used on ARM and MIPS architectures.
Modify code patching infrastructure to accept code object, which is necessary to
get to the object pool containing patchable target addresses.
Modify assembler test infrastructure to provide associated code object.
Committed: https://code.google.com/p/dart/source/detail?r=18604
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+789 lines, -614 lines) |
Patch |
 |
M |
runtime/vm/assembler_arm.h
|
View
|
1
2
3
4
|
4 chunks |
+12 lines, -9 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/assembler_arm.cc
|
View
|
1
2
3
4
|
7 chunks |
+31 lines, -8 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/assembler_arm_test.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/assembler_ia32.h
|
View
|
1
2
3
4
|
3 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/assembler_ia32_test.cc
|
View
|
1
2
3
4
|
102 chunks |
+251 lines, -236 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/assembler_mips.h
|
View
|
1
2
3
4
|
3 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/assembler_mips_test.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/assembler_test.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/assembler_x64.h
|
View
|
1
2
3
4
|
3 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/assembler_x64_test.cc
|
View
|
1
2
3
4
|
78 chunks |
+180 lines, -171 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/code_generator.cc
|
View
|
1
2
3
4
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/code_patcher.h
|
View
|
1
2
3
4
|
2 chunks |
+12 lines, -9 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/code_patcher_arm.cc
|
View
|
1
2
3
4
|
2 chunks |
+15 lines, -9 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/code_patcher_arm_test.cc
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/code_patcher_ia32.cc
|
View
|
1
2
3
4
|
2 chunks |
+13 lines, -8 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/code_patcher_ia32_test.cc
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/code_patcher_mips.cc
|
View
|
1
2
3
4
|
2 chunks |
+15 lines, -9 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/code_patcher_mips_test.cc
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/code_patcher_x64.cc
|
View
|
1
2
3
4
|
1 chunk |
+13 lines, -8 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/code_patcher_x64_test.cc
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/constants_arm.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/debugger.cc
|
View
|
1
2
3
4
|
3 chunks |
+28 lines, -13 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/deopt_instructions.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/disassembler_test.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/instructions_arm.h
|
View
|
1
2
3
4
|
3 chunks |
+27 lines, -27 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/instructions_arm.cc
|
View
|
1
2
3
4
|
1 chunk |
+15 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/instructions_arm_test.cc
|
View
|
1
2
3
4
|
2 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/instructions_ia32_test.cc
|
View
|
1
2
3
4
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/instructions_mips.h
|
View
|
1
2
3
4
|
3 chunks |
+27 lines, -27 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/instructions_mips.cc
|
View
|
1
2
3
4
|
1 chunk |
+15 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/instructions_mips_test.cc
|
View
|
1
2
3
4
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/instructions_x64_test.cc
|
View
|
1
2
3
4
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/native_entry_test.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/object.h
|
View
|
1
2
3
4
|
3 chunks |
+11 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/object.cc
|
View
|
1
2
3
4
|
5 chunks |
+11 lines, -4 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/raw_object.h
|
View
|
1
2
3
4
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/raw_object.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/stub_code.cc
|
View
|
1
2
3
4
|
2 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/unit_test.h
|
View
|
1
2
3
4
|
3 chunks |
+17 lines, -9 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/unit_test.cc
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|