Chromium Code Reviews| Index: src/runtime-profiler.h |
| diff --git a/src/runtime-profiler.h b/src/runtime-profiler.h |
| index 28d6d322fd547ad3fdf3eee63704d46b744b78c8..46da38155f246c7893ade77a64630c510179d514 100644 |
| --- a/src/runtime-profiler.h |
| +++ b/src/runtime-profiler.h |
| @@ -49,6 +49,9 @@ class RuntimeProfiler { |
| void Reset(); |
| void TearDown(); |
| + Object** SamplerWindowAddress(); |
| + int SamplerWindowSize(); |
| + |
| void NotifyICChanged() { any_ic_changed_ = true; } |
| // Rate limiting support. |