|
Replace OFFSET_OF with offsetof as far as possible.
The remaining uses need some non-mechanical work:
* non-standard-layout type, probably due to mixed access control
* extended field designators
Committed: https://crrev.com/d4f7bff1ea85376278ab9fba63a59e02ea35c68d
Cr-Commit-Position: refs/heads/master@{#29071}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+993 lines, -1000 lines) |
Patch |
|
M |
src/arm/simulator-arm.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/arm64/simulator-arm64.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/base/macros.h
|
View
|
|
1 chunk |
+3 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/deoptimizer.h
|
View
|
|
1 chunk |
+5 lines, -9 lines |
0 comments
|
Download
|
|
M |
src/global-handles.cc
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/mips/simulator-mips.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/mips64/simulator-mips64.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/ppc/simulator-ppc.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
test/cctest/test-assembler-arm.cc
|
View
|
1
|
16 chunks |
+92 lines, -92 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-assembler-mips.cc
|
View
|
|
55 chunks |
+403 lines, -403 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-assembler-mips64.cc
|
View
|
|
56 chunks |
+438 lines, -438 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-assembler-ppc.cc
|
View
|
|
6 chunks |
+44 lines, -44 lines |
0 comments
|
Download
|
Total messages: 7 (2 generated)
|