Searched refs:new_constant_pool (Results 1 – 1 of 1) sorted by relevance
3462 HeapObject* new_constant_pool; in CopyCode() local3468 if (!allocation.To(&new_constant_pool)) return allocation; in CopyCode()3470 new_constant_pool = empty_constant_pool_array(); in CopyCode()3486 new_code->set_constant_pool(new_constant_pool); in CopyCode()3505 HeapObject* new_constant_pool; in CopyCode() local3511 if (!allocation.To(&new_constant_pool)) return allocation; in CopyCode()3513 new_constant_pool = empty_constant_pool_array(); in CopyCode()3540 new_code->set_constant_pool(new_constant_pool); in CopyCode()