| Index: runtime/vm/intermediate_language.cc
|
| ===================================================================
|
| --- runtime/vm/intermediate_language.cc (revision 18412)
|
| +++ runtime/vm/intermediate_language.cc (working copy)
|
| @@ -1282,6 +1282,11 @@
|
| }
|
|
|
|
|
| +intptr_t CreateArrayInstr::ResultCid() const {
|
| + return Class::Handle(type().type_class()).id();
|
| +}
|
| +
|
| +
|
| RawAbstractType* CreateClosureInstr::CompileType() const {
|
| const Function& fun = function();
|
| const Class& signature_class = Class::Handle(fun.signature_class());
|
|
|