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

Unified Diff: runtime/vm/stub_code.h

Issue 8234016: Inline allocation of implicit closures. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years, 2 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 | « runtime/vm/parser.cc ('k') | runtime/vm/stub_code.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/stub_code.h
===================================================================
--- runtime/vm/stub_code.h (revision 355)
+++ runtime/vm/stub_code.h (working copy)
@@ -134,8 +134,6 @@
static RawCode* GetAllocationStubForClass(const Class& cls);
static RawCode* GetAllocationStubForClosure(const Function& func);
- static RawCode* GetAllocationStubForStaticImplicitClosure(
- const Function& func);
private:
static const int kStubCodeSize = 4 * KB;
@@ -167,8 +165,6 @@
const Class& cls);
static void GenerateAllocationStubForClosure(Assembler* assembler,
const Function& func);
- static void GenerateAllocationStubForStaticImplicitClosure(
- Assembler* assembler, const Function& func);
};
} // namespace dart
« no previous file with comments | « runtime/vm/parser.cc ('k') | runtime/vm/stub_code.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698