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

/external/v8/src/
H A Dassembler.h382 // RelocInfoWriter serializes a stream of relocation info. It writes towards
384 class RelocInfoWriter BASE_EMBEDDED {
386 RelocInfoWriter() : pos_(NULL), function in class:v8::internal::BASE_EMBEDDED
390 RelocInfoWriter(byte* pos, byte* pc) : pos_(pos), function in class:v8::internal::BASE_EMBEDDED
427 DISALLOW_COPY_AND_ASSIGN(RelocInfoWriter);

Completed in 73 milliseconds