Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.cc3499 ByteArray* reloc_info_array; in CopyCode() local
3503 if (!allocation.To(&reloc_info_array)) return allocation; in CopyCode()
3537 new_code->set_relocation_info(reloc_info_array); in CopyCode()