Searched refs:unchecked_relocation_info (Results 1 – 4 of 4) sorted by relevance
495 ByteArray Code::unchecked_relocation_info() const { in unchecked_relocation_info() function502 return unchecked_relocation_info().GetDataStartAddress(); in relocation_start()506 return unchecked_relocation_info().GetDataEndAddress(); in relocation_end()510 return unchecked_relocation_info().length(); in relocation_size()
407 inline ByteArray unchecked_relocation_info() const;
265 : RelocIterator(code, code.unchecked_relocation_info(), mode_mask) {} in RelocIterator()
1242 ByteArray relocation_info = on_heap_code->unchecked_relocation_info(); in SerializeCode()