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

Unified Diff: runtime/vm/flow_graph_compiler_arm.cc

Issue 12093046: Fix simarm/simmips build. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 11 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 | « no previous file | runtime/vm/flow_graph_compiler_mips.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/flow_graph_compiler_arm.cc
===================================================================
--- runtime/vm/flow_graph_compiler_arm.cc (revision 17771)
+++ runtime/vm/flow_graph_compiler_arm.cc (working copy)
@@ -110,6 +110,7 @@
void FlowGraphCompiler::GenerateInstanceOf(intptr_t token_pos,
+ intptr_t deopt_id,
const AbstractType& type,
bool negate_result,
LocationSummary* locs) {
@@ -118,6 +119,7 @@
void FlowGraphCompiler::GenerateAssertAssignable(intptr_t token_pos,
+ intptr_t deopt_id,
const AbstractType& dst_type,
const String& dst_name,
LocationSummary* locs) {
@@ -178,6 +180,7 @@
void FlowGraphCompiler::GenerateCallRuntime(intptr_t token_pos,
+ intptr_t deopt_id,
const RuntimeEntry& entry,
LocationSummary* locs) {
UNIMPLEMENTED();
« no previous file with comments | « no previous file | runtime/vm/flow_graph_compiler_mips.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698