| Index: runtime/vm/flow_graph_compiler_mips.cc
 | 
| ===================================================================
 | 
| --- runtime/vm/flow_graph_compiler_mips.cc	(revision 36576)
 | 
| +++ runtime/vm/flow_graph_compiler_mips.cc	(working copy)
 | 
| @@ -1597,42 +1597,6 @@
 | 
|  }
 | 
|  
 | 
|  
 | 
| -Address FlowGraphCompiler::ElementAddressForIntIndex(intptr_t cid,
 | 
| -                                                     intptr_t index_scale,
 | 
| -                                                     Register array,
 | 
| -                                                     intptr_t index) {
 | 
| -  UNREACHABLE();
 | 
| -  return FieldAddress(array, index);
 | 
| -}
 | 
| -
 | 
| -
 | 
| -Address FlowGraphCompiler::ElementAddressForRegIndex(intptr_t cid,
 | 
| -                                                     intptr_t index_scale,
 | 
| -                                                     Register array,
 | 
| -                                                     Register index) {
 | 
| -  UNREACHABLE();
 | 
| -  return FieldAddress(array, index);
 | 
| -}
 | 
| -
 | 
| -
 | 
| -Address FlowGraphCompiler::ExternalElementAddressForIntIndex(
 | 
| -    intptr_t index_scale,
 | 
| -    Register array,
 | 
| -    intptr_t index) {
 | 
| -  UNREACHABLE();
 | 
| -  return FieldAddress(array, index);
 | 
| -}
 | 
| -
 | 
| -
 | 
| -Address FlowGraphCompiler::ExternalElementAddressForRegIndex(
 | 
| -    intptr_t index_scale,
 | 
| -    Register array,
 | 
| -    Register index) {
 | 
| -  UNREACHABLE();
 | 
| -  return FieldAddress(array, index);
 | 
| -}
 | 
| -
 | 
| -
 | 
|  #undef __
 | 
|  #define __ compiler_->assembler()->
 | 
|  
 | 
| 
 |