| Index: src/codegen-ia32.h
|
| ===================================================================
|
| --- src/codegen-ia32.h (revision 1011)
|
| +++ src/codegen-ia32.h (working copy)
|
| @@ -437,12 +437,12 @@
|
| // Returns true if the fast-case switch was generated, and false if not.
|
| bool TryGenerateFastCaseSwitchStatement(SwitchStatement* node);
|
|
|
| + // Methods used to indicate which source code is generated for. Source
|
| + // positions are collected by the assembler and emitted with the relocation
|
| + // information.
|
| + void CodeForStatement(Node* node);
|
| + void CodeForSourcePosition(int pos);
|
|
|
| - // Bottle-neck interface to call the Assembler to generate the statement
|
| - // position. This allows us to easily control whether statement positions
|
| - // should be generated or not.
|
| - void RecordStatementPosition(Node* node);
|
| -
|
| // Is the given jump target the actual (ie, non-shadowed) function return
|
| // target?
|
| bool IsActualFunctionReturn(JumpTarget* target);
|
|
|