Searched defs:RelocInfoWriter (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dassembler.h643 // RelocInfoWriter serializes a stream of relocation info. It writes towards
645 class RelocInfoWriter BASE_EMBEDDED {
647 RelocInfoWriter() : pos_(NULL), last_pc_(NULL), last_id_(0) {} function in class:v8::internal::BASE_EMBEDDED
648 RelocInfoWriter(byte* pos, byte* pc) : pos_(pos), last_pc_(pc), last_id_(0) {} function in class:v8::internal::BASE_EMBEDDED
685 DISALLOW_COPY_AND_ASSIGN(RelocInfoWriter);

Completed in 105 milliseconds