Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Unified Diff: include/v8.h

Issue 1964023002: [heap] Fine-grained JSArrayBuffer tracking (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: back to std::map Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: include/v8.h
diff --git a/include/v8.h b/include/v8.h
index 3079958d5868cb1182cae32223fa2677b8595b49..8b77e15d9670ff5efc7c98a4621dc63399ce5b9f 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -7357,7 +7357,7 @@ class Internals {
kAmountOfExternalAllocatedMemoryOffset + kApiInt64Size;
static const int kIsolateRootsOffset =
kAmountOfExternalAllocatedMemoryAtLastGlobalGCOffset + kApiInt64Size +
- kApiPointerSize;
+ kApiPointerSize + kApiPointerSize;
Hannes Payer (out of office) 2016/05/20 12:21:17 Why the extra word?
Michael Lippautz 2016/05/23 08:41:00 I added an intptr_t to Heap, changing the offset o
static const int kUndefinedValueRootIndex = 4;
static const int kTheHoleValueRootIndex = 5;
static const int kNullValueRootIndex = 6;
« no previous file with comments | « BUILD.gn ('k') | src/heap/array-buffer-tracker.h » ('j') | src/heap/array-buffer-tracker.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698