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

Unified Diff: src/compiler/code-assembler.h

Issue 1995543003: [turbofan] Add DebugBreak machine operator and support (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Review feedback Created 4 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: src/compiler/code-assembler.h
diff --git a/src/compiler/code-assembler.h b/src/compiler/code-assembler.h
index d32093496bd33f813e56aaecd04e3133f21340ce..24ea44c08fe8d1a8ae75af9898119719751ac71c 100644
--- a/src/compiler/code-assembler.h
+++ b/src/compiler/code-assembler.h
@@ -209,6 +209,8 @@ class CodeAssembler {
void GotoUnless(Node* condition, Label* false_label);
void Branch(Node* condition, Label* true_label, Label* false_label);
+ void DebugBreak();
Michael Starzinger 2016/05/19 08:53:23 nit: Can we move this up or down a few lines? Righ
danno 2016/05/19 09:05:04 Done.
+
void Switch(Node* index, Label* default_label, int32_t* case_values,
Label** case_labels, size_t case_count);

Powered by Google App Engine
This is Rietveld 408576698