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

Unified Diff: runtime/vm/isolate.h

Issue 1168483003: Thread-local store buffers, v2 (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: cleanup Created 5 years, 6 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: runtime/vm/isolate.h
diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h
index a74bc944ba82f8e8ca29bae50a03f012e99a8d39..4d86e84f78551d89faf4ab010597f58b3602edc9 100644
--- a/runtime/vm/isolate.h
+++ b/runtime/vm/isolate.h
@@ -145,9 +145,6 @@ class Isolate : public BaseIsolate {
void VisitPrologueWeakPersistentHandles(HandleVisitor* visitor);
StoreBuffer* store_buffer() { return &store_buffer_; }
- static intptr_t store_buffer_offset() {
- return OFFSET_OF(Isolate, store_buffer_);
- }
ClassTable* class_table() { return &class_table_; }
static intptr_t class_table_offset() {
« no previous file with comments | « runtime/vm/gc_marker.cc ('k') | runtime/vm/object.cc » ('j') | runtime/vm/store_buffer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698