HomeSort by relevance Sort by last modified time
    Searched refs:RelocInfoWriter (Results 1 - 7 of 7) sorted by null

  /external/v8/src/
assembler.h 138 NUMBER_OF_MODES, // must be no greater than 14 - see RelocInfoWriter
253 // RelocInfoWriter serializes a stream of relocation info. It writes towards
255 class RelocInfoWriter BASE_EMBEDDED {
257 RelocInfoWriter() : pos_(NULL), last_pc_(NULL), last_data_(0) {}
258 RelocInfoWriter(byte* pos, byte* pc) : pos_(pos), last_pc_(pc),
291 DISALLOW_COPY_AND_ASSIGN(RelocInfoWriter);
assembler.cc 77 // Implementation of RelocInfoWriter and RelocIterator
150 uint32_t RelocInfoWriter::WriteVariableLengthPCJump(uint32_t pc_delta) {
170 void RelocInfoWriter::WriteTaggedPC(uint32_t pc_delta, int tag) {
177 void RelocInfoWriter::WriteTaggedData(intptr_t data_delta, int tag) {
182 void RelocInfoWriter::WriteExtraTag(int extra_tag, int top_tag) {
189 void RelocInfoWriter::WriteExtraTaggedPC(uint32_t pc_delta, int extra_tag) {
197 void RelocInfoWriter::WriteExtraTaggedData(intptr_t data_delta, int top_tag) {
207 void RelocInfoWriter::Write(const RelocInfo* rinfo) {
335 // Basically, do the opposite of RelocInfoWriter::Write.
  /external/v8/src/mips/
assembler-mips.h 585 static const int kMaxRelocSize = RelocInfoWriter::kMaxSize;
586 RelocInfoWriter reloc_info_writer;
  /external/v8/src/arm/
assembler-arm.h     [all...]
assembler-thumb2.h     [all...]
  /external/v8/src/ia32/
assembler-ia32.h 413 // relocation information encoding, RelocInfoWriter::kMaxLength == 16.
881 RelocInfoWriter reloc_info_writer;
  /external/v8/src/x64/
assembler-x64.h 390 // relocation information encoding, RelocInfoWriter::kMaxLength == 16.
    [all...]

Completed in 1366 milliseconds