summaryrefslogtreecommitdiff
path: root/chromium/v8/src/safepoint-table.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/v8/src/safepoint-table.h')
-rw-r--r--chromium/v8/src/safepoint-table.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/v8/src/safepoint-table.h b/chromium/v8/src/safepoint-table.h
index ea35253ff84..cd094c55bf2 100644
--- a/chromium/v8/src/safepoint-table.h
+++ b/chromium/v8/src/safepoint-table.h
@@ -219,6 +219,9 @@ class SafepointTableBuilder BASE_EMBEDDED {
// Record deoptimization index for lazy deoptimization for the last
// outstanding safepoints.
void RecordLazyDeoptimizationIndex(int index);
+ void BumpLastLazySafepointIndex() {
+ last_lazy_safepoint_ = deopt_index_list_.length();
+ }
// Emit the safepoint table after the body. The number of bits per
// entry must be enough to hold all the pointer indexes.