Index: src/interpreter/interpreter.h |
diff --git a/src/interpreter/interpreter.h b/src/interpreter/interpreter.h |
index 42b9bd7f9e8f9b8d5168003633347a0cf7d5af7e..7cb5e1ab3a0195f86454db93afbd3d1d05581373 100644 |
--- a/src/interpreter/interpreter.h |
+++ b/src/interpreter/interpreter.h |
@@ -45,7 +45,8 @@ class Interpreter { |
// GC support. |
void IterateDispatchTable(ObjectVisitor* v); |
- void TraceCodegen(Handle<Code> code, const char* name); |
+ void TraceCodegen(Handle<Code> code); |
rmcilroy
2016/03/16 15:17:32
Could you add a comment above these two functions
Michael Starzinger
2016/03/16 15:21:47
Done.
|
+ const char* LookupNameOfBytecodeHandler(Code* code); |
Address dispatch_table_address() { |
return reinterpret_cast<Address>(&dispatch_table_[0]); |