| Index: src/x64/macro-assembler-x64.h
|
| ===================================================================
|
| --- src/x64/macro-assembler-x64.h (revision 2832)
|
| +++ src/x64/macro-assembler-x64.h (working copy)
|
| @@ -42,37 +42,6 @@
|
| class JumpTarget;
|
|
|
|
|
| -// Helper types to make flags easier to read at call sites.
|
| -enum InvokeFlag {
|
| - CALL_FUNCTION,
|
| - JUMP_FUNCTION
|
| -};
|
| -
|
| -enum CodeLocation {
|
| - IN_JAVASCRIPT,
|
| - IN_JS_ENTRY,
|
| - IN_C_ENTRY
|
| -};
|
| -
|
| -enum HandlerType {
|
| - TRY_CATCH_HANDLER,
|
| - TRY_FINALLY_HANDLER,
|
| - JS_ENTRY_HANDLER
|
| -};
|
| -
|
| -
|
| -// Flags used for the AllocateObjectInNewSpace functions.
|
| -enum AllocationFlags {
|
| - // No special flags.
|
| - NO_ALLOCATION_FLAGS = 0,
|
| - // Return the pointer to the allocated already tagged as a heap object.
|
| - TAG_OBJECT = 1 << 0,
|
| - // The content of the result register already contains the allocation top in
|
| - // new space.
|
| - RESULT_CONTAINS_TOP = 1 << 1
|
| -};
|
| -
|
| -
|
| // MacroAssembler implements a collection of frequently used macros.
|
| class MacroAssembler: public Assembler {
|
| public:
|
|
|