Home | History | Annotate | Download | only in src

Lines Matching refs:new_code

1801     Handle<Code> new_code(function->shared()->code());
1802 if (new_code->kind() != Code::FUNCTION ||
1803 !new_code->has_debug_break_slots()) {
1810 int new_pc_offset = ComputePcOffsetFromCodeOffset(*new_code, code_offset);
1813 byte* new_pc = new_code->instruction_start() + new_pc_offset;
1826 reinterpret_cast<intptr_t>(new_code->instruction_start()),
1827 reinterpret_cast<intptr_t>(new_code->instruction_start()) +
1828 new_code->instruction_size(),
1829 new_code->instruction_size(),
1836 frame->set_constant_pool(new_code->constant_pool());