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

Side by Side Diff: src/mips64/macro-assembler-mips64.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/mips/macro-assembler-mips.cc ('k') | src/mips64/macro-assembler-mips64.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/mips64/assembler-mips64.h" 10 #include "src/mips64/assembler-mips64.h"
(...skipping 1116 matching lines...) Expand 10 before | Expand all | Expand 10 after
1127 1127
1128 1128
1129 void IsObjectJSStringType(Register object, 1129 void IsObjectJSStringType(Register object,
1130 Register scratch, 1130 Register scratch,
1131 Label* fail); 1131 Label* fail);
1132 1132
1133 void IsObjectNameType(Register object, 1133 void IsObjectNameType(Register object,
1134 Register scratch, 1134 Register scratch,
1135 Label* fail); 1135 Label* fail);
1136 1136
1137 // Frame restart support. 1137 // -------------------------------------------------------------------------
1138 // Debugger Support.
1139
1140 void DebugBreak();
1138 void MaybeDropFrames(); 1141 void MaybeDropFrames();
1139 1142
1143 // -------------------------------------------------------------------------
1140 // Exception handling. 1144 // Exception handling.
1141 1145
1142 // Push a new stack handler and link into stack handler chain. 1146 // Push a new stack handler and link into stack handler chain.
1143 void PushStackHandler(); 1147 void PushStackHandler();
1144 1148
1145 // Unlink the stack handler on top of the stack from the stack handler chain. 1149 // Unlink the stack handler on top of the stack from the stack handler chain.
1146 // Must preserve the result register. 1150 // Must preserve the result register.
1147 void PopStackHandler(); 1151 void PopStackHandler();
1148 1152
1149 // Initialize fields with filler values. Fields starting at |current_address| 1153 // Initialize fields with filler values. Fields starting at |current_address|
(...skipping 829 matching lines...) Expand 10 before | Expand all | Expand 10 after
1979 dd(GetLabelFunction(index)); 1983 dd(GetLabelFunction(index));
1980 } 1984 }
1981 } 1985 }
1982 1986
1983 #define ACCESS_MASM(masm) masm-> 1987 #define ACCESS_MASM(masm) masm->
1984 1988
1985 } // namespace internal 1989 } // namespace internal
1986 } // namespace v8 1990 } // namespace v8
1987 1991
1988 #endif // V8_MIPS_MACRO_ASSEMBLER_MIPS_H_ 1992 #endif // V8_MIPS_MACRO_ASSEMBLER_MIPS_H_
OLDNEW
« no previous file with comments | « src/mips/macro-assembler-mips.cc ('k') | src/mips64/macro-assembler-mips64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698