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

Unified Diff: runtime/vm/intrinsifier_mips.cc

Issue 1217323002: Intrinsic version of Object.runtimeType (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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: runtime/vm/intrinsifier_mips.cc
diff --git a/runtime/vm/intrinsifier_mips.cc b/runtime/vm/intrinsifier_mips.cc
index ecf07e6b536ec97f1de3fdaab08c6f67f5b25985..9c310b2047b358d72007c618aa53d8e85cd7fd95 100644
--- a/runtime/vm/intrinsifier_mips.cc
+++ b/runtime/vm/intrinsifier_mips.cc
@@ -1675,6 +1675,11 @@ void Intrinsifier::ObjectEquals(Assembler* assembler) {
}
+// Return type quickly for non-paramtrized types.
regis 2015/06/30 23:28:32 ditto
srdjan 2015/07/01 00:35:41 Will be replaced once implemented.
+void Intrinsifier::ObjectRuntimeType(Assembler* assembler) {
+}
+
+
void Intrinsifier::String_getHashCode(Assembler* assembler) {
Label fall_through;
__ lw(T0, Address(SP, 0 * kWordSize));

Powered by Google App Engine
This is Rietveld 408576698