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

Unified Diff: src/arm/regexp-macro-assembler-arm.cc

Issue 178034: RegExp: Remove unnecessary function from ARM specific code and convert condition to assertion. (Closed)
Patch Set: Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/arm/regexp-macro-assembler-arm.h ('k') | src/jsregexp.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/arm/regexp-macro-assembler-arm.cc
diff --git a/src/arm/regexp-macro-assembler-arm.cc b/src/arm/regexp-macro-assembler-arm.cc
index 63f47f67edea620db9bdfe4d40c93a3d3190453d..252d7839fbf4e863e12eebcf4f2d659a19580ed3 100644
--- a/src/arm/regexp-macro-assembler-arm.cc
+++ b/src/arm/regexp-macro-assembler-arm.cc
@@ -132,15 +132,6 @@ int RegExpMacroAssemblerARM::stack_limit_slack() {
}
-bool RegExpMacroAssemblerARM::CanReadUnaligned() {
-#if V8_TARGET_CAN_READ_UNALIGNED
- return true;
-#else
- return false;
-#endif
-}
-
-
void RegExpMacroAssemblerARM::AdvanceCurrentPosition(int by) {
if (by != 0) {
Label inside_string;
« no previous file with comments | « src/arm/regexp-macro-assembler-arm.h ('k') | src/jsregexp.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698