Searched refs:relocation_start (Results 1 – 6 of 6) sorted by relevance
24 const byte* relocation_start() const { return code->relocation_start(); } in relocation_start() function43 const byte* relocation_start() const { return code->reloc_info().begin(); } in relocation_start() function65 const byte* relocation_start() const { in relocation_start() function98 DISPATCH(const byte*, relocation_start)
34 const byte* relocation_start() const;
288 code_reference.relocation_start(), mode_mask) {} in RelocIterator()295 code.relocation_start() + code.relocation_size(), in RelocIterator()296 code.relocation_start(), mode_mask) {} in RelocIterator()
354 inline byte* relocation_start() const;
293 byte* Code::relocation_start() const { in relocation_start() function
885 Vector<byte>{code->relocation_start(), relocation_size}); in AddCodeForTesting()