| Index: runtime/vm/flow_graph_compiler_ia32.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_ia32.h (revision 9640)
|
| +++ runtime/vm/flow_graph_compiler_ia32.h (working copy)
|
| @@ -145,6 +145,15 @@
|
| intptr_t token_index,
|
| intptr_t try_index);
|
|
|
| + void EmitDoubleCompareBranch(Condition true_condition,
|
| + XmmRegister left,
|
| + XmmRegister right,
|
| + BranchInstr* branch);
|
| + void EmitDoubleCompareBool(Condition true_condition,
|
| + XmmRegister left,
|
| + XmmRegister right,
|
| + Register result);
|
| +
|
| intptr_t StackSize() const;
|
|
|
| // Returns assembler label associated with the given block entry.
|
|
|