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

Unified Diff: vm/intermediate_language_x64.cc

Issue 11667012: Convert all symbols accessor to return read only handles so that it is not necessary to create a ne… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 7 years, 12 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
Index: vm/intermediate_language_x64.cc
===================================================================
--- vm/intermediate_language_x64.cc (revision 16583)
+++ vm/intermediate_language_x64.cc (working copy)
@@ -378,7 +378,7 @@
}
} else {
equality_ic_data = ICData::New(compiler->parsed_function().function(),
- Symbols::EqualOperatorHandle(),
+ Symbols::EqualOperator(),
deopt_id,
kNumArgumentsChecked);
}
@@ -1011,7 +1011,7 @@
__ movq(result, Address(result,
char_code,
TIMES_HALF_WORD_SIZE, // Char code is a smi.
- Symbols::kNullCharId * kWordSize));
+ Symbols::kNullCharCodeSymbolOffset * kWordSize));
}
« no previous file with comments | « vm/intermediate_language_ia32.cc ('k') | vm/intrinsifier_ia32.cc » ('j') | vm/symbols.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698