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

Unified Diff: src/interpreter/bytecodes.h

Issue 1723223002: [Interpreter] Textual representation for runtime function IDs. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
Index: src/interpreter/bytecodes.h
diff --git a/src/interpreter/bytecodes.h b/src/interpreter/bytecodes.h
index d4863b1662124f18ebe2676edc004300d24ada24..fc1597ea2a6892bf1eff778e50715b84fe2bf979 100644
--- a/src/interpreter/bytecodes.h
+++ b/src/interpreter/bytecodes.h
@@ -478,6 +478,9 @@ class Bytecodes {
// Returns true if the bytecode is a call or a constructor call.
static bool IsCallOrNew(Bytecode bytecode);
+ // Returns true if the bytecode is a call to runtime.
oth 2016/02/23 17:37:15 s/to runtime/to the runtime/
Stefano Sanfilippo 2016/02/23 17:43:50 Done.
+ static bool IsCallRuntime(Bytecode bytecode);
+
// Returns true if the bytecode is a debug break.
static bool IsDebugBreak(Bytecode bytecode);
« no previous file with comments | « no previous file | src/interpreter/bytecodes.cc » ('j') | test/cctest/interpreter/bytecode-expectations-printer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698