Home | History | Annotate | Download | only in src

Lines Matching refs:RelocInfoWriter

614 // RelocInfoWriter serializes a stream of relocation info. It writes towards
616 class RelocInfoWriter BASE_EMBEDDED {
618 RelocInfoWriter() : pos_(NULL),
622 RelocInfoWriter(byte* pos, byte* pc) : pos_(pos),
660 DISALLOW_COPY_AND_ASSIGN(RelocInfoWriter);