Index: src/assembler.h |
diff --git a/src/assembler.h b/src/assembler.h |
index 9888ac2ab5483e8a1fd61e5105a535331cf0a1a2..1154532b6607b4935fdfd2ac2bdb181bcd1d7317 100644 |
--- a/src/assembler.h |
+++ b/src/assembler.h |
@@ -401,6 +401,7 @@ class RelocInfo BASE_EMBEDDED { |
INLINE(Handle<Cell> target_cell_handle()); |
INLINE(void set_target_cell(Cell* cell, |
WriteBarrierMode mode = UPDATE_WRITE_BARRIER)); |
+ INLINE(Handle<Object> code_age_stub_handle(Assembler* origin)); |
INLINE(Code* code_age_stub()); |
INLINE(void set_code_age_stub(Code* stub)); |
@@ -727,6 +728,7 @@ class ExternalReference BASE_EMBEDDED { |
static ExternalReference date_cache_stamp(Isolate* isolate); |
static ExternalReference get_make_code_young_function(Isolate* isolate); |
+ static ExternalReference get_mark_code_as_executed_function(Isolate* isolate); |
// New heap objects tracking support. |
static ExternalReference record_object_allocation_function(Isolate* isolate); |