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

  /external/v8/src/
assembler.cc 275 rinfo_.pc_ += *pos_ >> kTagBits;
280 rinfo_.pc_ += *--pos_;
289 rinfo_.data_ += x;
305 rinfo_.pc_ += pc_jump << kSmallPCDeltaBits;
317 rinfo_.data_ += signed_b >> kPositionTypeTagBits;
391 rinfo_.pc_ = code->instruction_start();
392 rinfo_.data_ = 0;
404 rinfo_.pc_ = desc.buffer;
405 rinfo_.data_ = 0;
assembler.h 319 return &rinfo_;
324 // *Read* reads from current byte(s) into rinfo_.
339 // If the given mode is wanted, set it in rinfo_ and return true.
342 return (mode_mask_ & 1 << mode) ? (rinfo_.rmode_ = mode, true) : false;
347 RelocInfo rinfo_; member in class:v8::internal::RelocIterator

Completed in 40 milliseconds