Searched refs:unchecked_relocation_info (Results 1 – 5 of 5) sorted by relevance
287 ByteArray Code::unchecked_relocation_info() const { in unchecked_relocation_info() function294 return unchecked_relocation_info().GetDataStartAddress(); in relocation_start()298 return unchecked_relocation_info().GetDataEndAddress(); in relocation_end()302 return unchecked_relocation_info().length(); in relocation_size()
238 inline ByteArray unchecked_relocation_info() const;
102 CopyRelocInfoToByteArray(unchecked_relocation_info(), desc); in CopyFromNoFlush()
276 : RelocIterator(code, code.unchecked_relocation_info(), mode_mask) {} in RelocIterator()
1106 ByteArray relocation_info = on_heap_code->unchecked_relocation_info(); in SerializeCode()