| Index: runtime/vm/flow_graph_compiler_x64.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_x64.h (revision 6541)
|
| +++ runtime/vm/flow_graph_compiler_x64.h (working copy)
|
| @@ -98,8 +98,14 @@
|
| intptr_t token_index,
|
| intptr_t try_index);
|
|
|
| + void GenerateInlineInstanceof(const AbstractType& type,
|
| + Label* is_instance,
|
| + Label* is_not_instance);
|
| +
|
| void GenerateAssertAssignable(intptr_t node_id,
|
| intptr_t token_index,
|
| + intptr_t try_index,
|
| + Value* value,
|
| const AbstractType& dst_type,
|
| const String& dst_name);
|
|
|
|
|