Chromium Code Reviews

Unified Diff: src/objects.h

Issue 191233003: Add out-of-line constant pool support to Arm. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Addresss comments Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index d097e1ad3beb46119642625724b785eef06cdd47..27bcfba6a603be1ac5612499ead10949075ca76d 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -1326,6 +1326,8 @@ class MaybeObject BASE_EMBEDDED {
V(kTheInstructionShouldBeAnOri, "The instruction should be an ori") \
V(kTheInstructionToPatchShouldBeALoadFromPc, \
"The instruction to patch should be a load from pc") \
+ V(kTheInstructionToPatchShouldBeALoadFromPp, \
+ "The instruction to patch should be a load from pp") \
V(kTheInstructionToPatchShouldBeAnLdrLiteral, \
"The instruction to patch should be a ldr literal") \
V(kTheInstructionToPatchShouldBeALui, \
« src/heap.cc ('K') | « src/ia32/assembler-ia32.cc ('k') | src/v8globals.h » ('j') | no next file with comments »

Powered by Google App Engine