Index: src/interpreter/interpreter-assembler.h |
diff --git a/src/interpreter/interpreter-assembler.h b/src/interpreter/interpreter-assembler.h |
index bca3e034b3c4b4a02ca79685b0193efed054665b..436c00f41bd27961784f3c5e5af61120b2655532 100644 |
--- a/src/interpreter/interpreter-assembler.h |
+++ b/src/interpreter/interpreter-assembler.h |
@@ -167,6 +167,12 @@ class InterpreterAssembler : public compiler::CodeStubAssembler { |
void CallPrologue() override; |
void CallEpilogue() override; |
+ // Increment the dispatch counter for the (current, next) bytecode pair. |
+ void TraceHandlerToHandlerBytecodeDispatch(compiler::Node* target_index); |
+ |
+ void SaturatedCounterIncrement(compiler::Node* counters_table, |
+ compiler::Node* counter_offset); |
+ |
// Traces the current bytecode by calling |function_id|. |
void TraceBytecode(Runtime::FunctionId function_id); |