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

Unified Diff: src/vm/heap.h

Issue 2067483002: More compact snapshots. (Closed) Base URL: git@github.com:dartino/sdk.git@master
Patch Set: Feedback Created 4 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
« no previous file with comments | « src/vm/assembler_arm.h ('k') | src/vm/heap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/heap.h
diff --git a/src/vm/heap.h b/src/vm/heap.h
index b9d5ee1329b876984d4e8b4f67f774b5029f10df..52f3acffd1e400e829bf229462eb9ef04e894045 100644
--- a/src/vm/heap.h
+++ b/src/vm/heap.h
@@ -29,6 +29,8 @@ class Heap {
// Allocate heap object.
Object* CreateInstance(Class* the_class, Object* init_value, bool immutable);
+ Object* CreateBooleanObject(uword address, Class* the_class,
+ Object* init_value);
// Allocate array.
Object* CreateArray(Class* the_class, int length, Object* init_value);
« no previous file with comments | « src/vm/assembler_arm.h ('k') | src/vm/heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698