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

Issue 24714004: Thumb2 Backend: Update Code objects with mode, separate Assembler methods for Thumb2

Created:
7 years, 2 months ago by rkrithiv
Modified:
6 years, 4 months ago
Reviewers:
ulan, danno
CC:
v8-dev
Visibility:
Public.

Description

Thumb2 Backend: Update Code objects with mode, separate Assembler methods for Thumb2 This patch adds mode data (ARM/Thumb2) to Code objects. It also defines new Assembler methods to set/get target addresses for Thumb2 code. This is the 7th patch for the Thumb2 Backend. Previous patch: https://codereview.chromium.org/23536056/ Next patch: https://codereview.chromium.org/24791002/ BUG=none TEST=none

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+159 lines, -12 lines) Patch
M src/arm/assembler-arm.h View 2 chunks +9 lines, -0 lines 0 comments Download
M src/arm/assembler-arm-inl.h View 8 chunks +109 lines, -1 line 0 comments Download
M src/arm/assembler-thumb.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M src/assembler.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/objects.h View 5 chunks +11 lines, -5 lines 0 comments Download
M src/objects.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/objects-inl.h View 7 chunks +21 lines, -4 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698