Home | History | Annotate | Download | only in heap

Lines Matching defs:new_code

3435   Code* new_code = Code::cast(result);
3438 DCHECK(IsAligned(bit_cast<intptr_t>(new_code->address()), kCodeAlignment));
3442 new_code->Relocate(new_addr - old_addr);
3445 incremental_marking()->IterateBlackObject(new_code);
3447 RecordWritesIntoCode(new_code);
3448 return new_code;