summaryrefslogtreecommitdiff
path: root/deps/v8/src/runtime-profiler.h
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2013-07-30 17:14:55 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2013-07-30 17:14:55 +0200
commit2fc47ab10bdbcfb39521d04cf5417520e0035163 (patch)
tree037359365f08c7ba1a7c3f3e5a4e8867b441553d /deps/v8/src/runtime-profiler.h
parentb8c04b921b626edd4201f805d0feb384c8e91ea7 (diff)
downloadandroid-node-v8-2fc47ab10bdbcfb39521d04cf5417520e0035163.tar.gz
android-node-v8-2fc47ab10bdbcfb39521d04cf5417520e0035163.tar.bz2
android-node-v8-2fc47ab10bdbcfb39521d04cf5417520e0035163.zip
v8: upgrade v8 to 3.20.11
Diffstat (limited to 'deps/v8/src/runtime-profiler.h')
-rw-r--r--deps/v8/src/runtime-profiler.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/deps/v8/src/runtime-profiler.h b/deps/v8/src/runtime-profiler.h
index 46da38155f..28d6d322fd 100644
--- a/deps/v8/src/runtime-profiler.h
+++ b/deps/v8/src/runtime-profiler.h
@@ -49,9 +49,6 @@ class RuntimeProfiler {
void Reset();
void TearDown();
- Object** SamplerWindowAddress();
- int SamplerWindowSize();
-
void NotifyICChanged() { any_ic_changed_ = true; }
// Rate limiting support.