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

Unified Diff: src/arm64/deoptimizer-arm64.cc

Issue 207823003: Rename A64 port to ARM64 port (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: retry Created 6 years, 9 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/arm64/decoder-arm64-inl.h ('k') | src/arm64/disasm-arm64.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/arm64/deoptimizer-arm64.cc
diff --git a/src/a64/deoptimizer-a64.cc b/src/arm64/deoptimizer-arm64.cc
similarity index 99%
rename from src/a64/deoptimizer-a64.cc
rename to src/arm64/deoptimizer-arm64.cc
index e95cb96eadb998b675a9c5ec31412fb4eb124615..93cb5176d2cb9b87c0d4b5979caca61a7f75f929 100644
--- a/src/a64/deoptimizer-a64.cc
+++ b/src/arm64/deoptimizer-arm64.cc
@@ -109,7 +109,7 @@ void Deoptimizer::FillInputFrame(Address tos, JavaScriptFrame* frame) {
bool Deoptimizer::HasAlignmentPadding(JSFunction* function) {
- // There is no dynamic alignment padding on A64 in the input frame.
+ // There is no dynamic alignment padding on ARM64 in the input frame.
return false;
}
« no previous file with comments | « src/arm64/decoder-arm64-inl.h ('k') | src/arm64/disasm-arm64.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698