Home
last modified time | relevance | path

Searched refs:new_constant_pool (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/v8/src/heap/
Dheap.cc3462 HeapObject* new_constant_pool; in CopyCode() local
3468 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() local
3511 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()