Chromium Code Reviews| Index: runtime/vm/flow_graph_builder.h |
| =================================================================== |
| --- runtime/vm/flow_graph_builder.h (revision 5437) |
| +++ runtime/vm/flow_graph_builder.h (working copy) |
| @@ -117,6 +117,9 @@ |
| void BuildTypeArguments(ConstructorCallNode* node, |
| ZoneGrowableArray<Value*>* args); |
| + Value* GenerateInstantiatorTypeArguments(intptr_t token_index, |
|
regis
2012/03/14 18:30:04
GenerateInstantiatorTypeArguments and BuildTypeArg
srdjan
2012/03/14 18:48:34
Added comments.
// Creates type arguments (one
|
| + intptr_t type_arguments); |
| + |
| void CloseFragment() { exit_ = NULL; } |
| intptr_t AllocateTempIndex() { return temp_index_++; } |