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

/external/v8/test/cctest/
H A Dtest-reloc-info.cc35 static void WriteRinfo(RelocInfoWriter* writer,
53 RelocInfoWriter writer(buffer_end, pc);
59 CHECK(writer.pos() - RelocInfoWriter::kMaxSize >= relocation_info_end);
/external/v8/src/
H A Dassembler.cc144 // Implementation of RelocInfoWriter and RelocIterator
246 uint32_t RelocInfoWriter::WriteVariableLengthPCJump(uint32_t pc_delta) {
266 void RelocInfoWriter::WriteTaggedPC(uint32_t pc_delta, int tag) {
273 void RelocInfoWriter::WriteTaggedData(intptr_t data_delta, int tag) {
278 void RelocInfoWriter::WriteExtraTag(int extra_tag, int top_tag) {
285 void RelocInfoWriter::WriteExtraTaggedPC(uint32_t pc_delta, int extra_tag) {
293 void RelocInfoWriter::WriteExtraTaggedIntData(int data_delta, int top_tag) {
302 void RelocInfoWriter::WriteExtraTaggedData(intptr_t data_delta, int top_tag) {
312 void RelocInfoWriter::Write(const RelocInfo* rinfo) {
481 // Basically, do the opposite of RelocInfoWriter
[all...]
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);
H A Dliveedit.cc1249 RelocInfoWriter reloc_info_writer_;
1253 static const int kBufferGap = RelocInfoWriter::kMaxSize;
/external/v8/src/ia32/
H A Ddeoptimizer-ia32.cc98 RelocInfoWriter reloc_info_writer(
134 RelocInfoWriter reloc_info_writer(reloc_end_address, code_start_address);
H A Dassembler-ia32.h563 // relocation information encoding, RelocInfoWriter::kMaxLength == 16.
1181 RelocInfoWriter reloc_info_writer;
/external/v8/src/mips/
H A Dassembler-mips.h1121 static const int kMaxRelocSize = RelocInfoWriter::kMaxSize;
1122 RelocInfoWriter reloc_info_writer;
/external/v8/src/arm/
H A Dassembler-arm.h1383 static const int kMaxRelocSize = RelocInfoWriter::kMaxSize;
1384 RelocInfoWriter reloc_info_writer;
/external/v8/src/x64/
H A Dassembler-x64.h537 // relocation information encoding, RelocInfoWriter::kMaxLength == 16.
1631 RelocInfoWriter reloc_info_writer;

Completed in 337 milliseconds