Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(168)

Side by Side Diff: src/mips/macro-assembler-mips.h

Issue 2672823007: Revert of [debugger] remove debugger statement support from FCG/CS. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/ia32/macro-assembler-ia32.cc ('k') | src/mips/macro-assembler-mips.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2012 the V8 project authors. All rights reserved. 1 // Copyright 2012 the V8 project authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef V8_MIPS_MACRO_ASSEMBLER_MIPS_H_ 5 #ifndef V8_MIPS_MACRO_ASSEMBLER_MIPS_H_
6 #define V8_MIPS_MACRO_ASSEMBLER_MIPS_H_ 6 #define V8_MIPS_MACRO_ASSEMBLER_MIPS_H_
7 7
8 #include "src/assembler.h" 8 #include "src/assembler.h"
9 #include "src/globals.h" 9 #include "src/globals.h"
10 #include "src/mips/assembler-mips.h" 10 #include "src/mips/assembler-mips.h"
(...skipping 1062 matching lines...) Expand 10 before | Expand all | Expand 10 after
1073 const CallWrapper& call_wrapper); 1073 const CallWrapper& call_wrapper);
1074 1074
1075 void IsObjectJSStringType(Register object, 1075 void IsObjectJSStringType(Register object,
1076 Register scratch, 1076 Register scratch,
1077 Label* fail); 1077 Label* fail);
1078 1078
1079 void IsObjectNameType(Register object, 1079 void IsObjectNameType(Register object,
1080 Register scratch, 1080 Register scratch,
1081 Label* fail); 1081 Label* fail);
1082 1082
1083 // Frame restart support. 1083 // -------------------------------------------------------------------------
1084 // Debugger Support.
1085
1086 void DebugBreak();
1084 void MaybeDropFrames(); 1087 void MaybeDropFrames();
1085 1088
1089 // -------------------------------------------------------------------------
1086 // Exception handling. 1090 // Exception handling.
1087 1091
1088 // Push a new stack handler and link into stack handler chain. 1092 // Push a new stack handler and link into stack handler chain.
1089 void PushStackHandler(); 1093 void PushStackHandler();
1090 1094
1091 // Unlink the stack handler on top of the stack from the stack handler chain. 1095 // Unlink the stack handler on top of the stack from the stack handler chain.
1092 // Must preserve the result register. 1096 // Must preserve the result register.
1093 void PopStackHandler(); 1097 void PopStackHandler();
1094 1098
1095 // Initialize fields with filler values. Fields starting at |current_address| 1099 // Initialize fields with filler values. Fields starting at |current_address|
(...skipping 739 matching lines...) Expand 10 before | Expand all | Expand 10 after
1835 dd(GetLabelFunction(index)); 1839 dd(GetLabelFunction(index));
1836 } 1840 }
1837 } 1841 }
1838 1842
1839 #define ACCESS_MASM(masm) masm-> 1843 #define ACCESS_MASM(masm) masm->
1840 1844
1841 } // namespace internal 1845 } // namespace internal
1842 } // namespace v8 1846 } // namespace v8
1843 1847
1844 #endif // V8_MIPS_MACRO_ASSEMBLER_MIPS_H_ 1848 #endif // V8_MIPS_MACRO_ASSEMBLER_MIPS_H_
OLDNEW
« no previous file with comments | « src/ia32/macro-assembler-ia32.cc ('k') | src/mips/macro-assembler-mips.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698