Index: src/deoptimizer.h |
=================================================================== |
--- src/deoptimizer.h (revision 13274) |
+++ src/deoptimizer.h (working copy) |
@@ -115,6 +115,10 @@ |
int lazy_deoptimization_entry_code_entries_; |
VirtualMemory* eager_deoptimization_entry_code_; |
VirtualMemory* lazy_deoptimization_entry_code_; |
danno
2012/12/28 11:58:37
Rename this and the one above to XXX_memory_ rathe
|
+ Address eager_deoptimization_entry_start_; |
+ Address lazy_deoptimization_entry_start_; |
+ MemoryChunk* eager_deoptimization_chunk_; |
+ MemoryChunk* lazy_deoptimization_chunk_; |
Deoptimizer* current_; |
#ifdef ENABLE_DEBUGGER_SUPPORT |