| Index: runtime/vm/code_generator_ia32.h
|
| ===================================================================
|
| --- runtime/vm/code_generator_ia32.h (revision 6949)
|
| +++ runtime/vm/code_generator_ia32.h (working copy)
|
| @@ -204,9 +204,7 @@
|
| Label* is_instance_lbl,
|
| Label* is_not_instance_lbl);
|
|
|
| - void GenerateInstantiatedTypeWithArgumentsTest(intptr_t node_id,
|
| - intptr_t token_index,
|
| - const AbstractType& dst_type,
|
| + void GenerateInstantiatedTypeWithArgumentsTest(const AbstractType& dst_type,
|
| Label* is_instance_lbl,
|
| Label* is_not_instance_lbl);
|
| void GenerateInstantiatedTypeNoArgumentsTest(intptr_t node_id,
|
| @@ -217,11 +215,6 @@
|
| void GenerateUninstantiatedTypeTest(const AbstractType& dst_type,
|
| intptr_t token_index,
|
| Label* is_instance_lbl);
|
| - void GenerateClassTestCache(intptr_t node_id,
|
| - intptr_t token_index,
|
| - const Class& type_class,
|
| - Label* is_instance_lbl,
|
| - Label* is_not_instance_lbl);
|
|
|
| void HandleBackwardBranch(intptr_t loop_id, intptr_t token_index);
|
|
|
|
|