Index: src/interpreter/interpreter.h |
diff --git a/src/interpreter/interpreter.h b/src/interpreter/interpreter.h |
index faa8b385f7d37078cb7a7ff4a79c3beca3e700f1..c886a3c371c1a1a06dd4351ccdc8e1eaf2e6bd4e 100644 |
--- a/src/interpreter/interpreter.h |
+++ b/src/interpreter/interpreter.h |
@@ -56,6 +56,9 @@ class Interpreter { |
void TraceCodegen(Handle<Code> code); |
const char* LookupNameOfBytecodeHandler(Code* code); |
+ // Deoptimizer support (to simulate advancing bytecode offset). |
+ static int AdvanceBytecodeOffset(BytecodeArray* array, int offset); |
+ |
V8_EXPORT_PRIVATE Local<v8::Object> GetDispatchCountersObject(); |
Address dispatch_table_address() { |