Home | History | Annotate | Download | only in src

Lines Matching refs:new_code

1779     Handle<Code> new_code(shared->code());
1780 ASSERT(new_code->has_debug_break_slots());
1782 new_code->is_compiled_optimizable());
1833 Handle<Code> new_code(function->shared()->code());
1834 if (new_code->kind() != Code::FUNCTION ||
1835 !new_code->has_debug_break_slots()) {
1842 for (RelocIterator it(*new_code, mask); !it.done(); it.next()) {
1850 new_code->instruction_start() -
1861 !new_code->has_self_optimization_header()) {
1865 new_code->has_self_optimization_header());
1880 reinterpret_cast<intptr_t>(new_code->instruction_start()),
1881 reinterpret_cast<intptr_t>(new_code->instruction_start()) +
1882 new_code->instruction_size(),
1883 new_code->instruction_size(),
1885 reinterpret_cast<intptr_t>(new_code->instruction_start()) +
1892 new_code->instruction_start() + delta + debug_break_slot_bytes);