Chromium Code Reviews| Index: runtime/vm/intermediate_language.cc |
| =================================================================== |
| --- runtime/vm/intermediate_language.cc (revision 15197) |
| +++ runtime/vm/intermediate_language.cc (working copy) |
| @@ -1128,6 +1128,16 @@ |
| } |
| +RawAbstractType* StringFromCharCodeInstr::CompileType() const { |
| + return Type::StringType(); |
| +} |
| + |
| + |
| +intptr_t StringFromCharCodeInstr::ResultCid() const { |
| + return kDynamicCid; |
| +} |
| + |
| + |
| RawAbstractType* LoadIndexedInstr::CompileType() const { |
| switch (class_id_) { |
| case kArrayCid: |