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

Unified Diff: runtime/vm/bitmap.h

Issue 10837303: Make stackmaps store their actual length. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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/bitmap.cc » ('j') | runtime/vm/code_descriptors.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/bitmap.h
diff --git a/runtime/vm/bitmap.h b/runtime/vm/bitmap.h
index 56aeb7ff5c6ccc621f71338f4256f42aed50136a..e071bae2a4579e403899c74c1b14669fcbf33cdd 100644
--- a/runtime/vm/bitmap.h
+++ b/runtime/vm/bitmap.h
@@ -41,9 +41,6 @@ class BitmapBuilder : public ZoneAllocated {
// Sets min..max (inclusive) to value.
void SetRange(intptr_t min, intptr_t max, bool value);
- // Replicates the bit map setting of the passed in Stackmap object.
- void SetBits(const Stackmap& stackmap);
Kevin Millikin (Google) 2012/08/17 09:07:43 This function is unused and doesn't seem useful at
-
private:
static const intptr_t kInitialSizeInBytes = 16;
static const intptr_t kIncrementSizeInBytes = 16;
« no previous file with comments | « no previous file | runtime/vm/bitmap.cc » ('j') | runtime/vm/code_descriptors.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698