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

Unified Diff: runtime/vm/heap.h

Issue 1351403004: Resolve some disagreements between SIMARM and XARM on offsets used in compiled code. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « no previous file | runtime/vm/heap.cc » ('j') | runtime/vm/isolate.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/heap.h
diff --git a/runtime/vm/heap.h b/runtime/vm/heap.h
index 8feb555470ab0364177434828d2c6fdbf1ce5740..04d2d2d9fe74bd43ef101ba70590b50dd3478c87 100644
--- a/runtime/vm/heap.h
+++ b/runtime/vm/heap.h
@@ -310,12 +310,12 @@ class Heap {
// of this heap.
void GetMergedAddressRange(uword* start, uword* end) const;
- Isolate* isolate_;
-
// The different spaces used for allocation.
Scavenger new_space_;
PageSpace old_space_;
+ Isolate* isolate_;
Florian Schneider 2015/09/30 09:38:13 This seems still fragile, since there are members
rmacnak 2015/10/01 22:00:49 This is to get Heap::Top/EndOffset(kNew) consisten
+
WeakTable* new_weak_tables_[kNumWeakSelectors];
WeakTable* old_weak_tables_[kNumWeakSelectors];
« no previous file with comments | « no previous file | runtime/vm/heap.cc » ('j') | runtime/vm/isolate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698