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

Unified Diff: src/arm/lithium-arm.h

Issue 10700115: Break Crankshaft into phases. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Review. Created 8 years, 5 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 | src/arm/lithium-codegen-arm.h » ('j') | src/compiler.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/arm/lithium-arm.h
diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h
index 5b1a76f734aba6a760d1f4c8f128ac86627d70ef..52ee6efc5f2f237e790266b4f43ea01a36329bb4 100644
--- a/src/arm/lithium-arm.h
+++ b/src/arm/lithium-arm.h
@@ -2231,6 +2231,10 @@ class LChunk: public LChunkBase {
int GetNextSpillIndex(bool is_double);
LOperand* GetNextSpillSlot(bool is_double);
+
+ static LChunk* cast(LChunkBase* chunk_base) {
+ return reinterpret_cast<LChunk*>(chunk_base);
+ }
};
« no previous file with comments | « no previous file | src/arm/lithium-codegen-arm.h » ('j') | src/compiler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698