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

  /external/v8/src/
assembler.cc 535 rinfo_.pc_ += *pos_ >> kTagBits;
540 rinfo_.pc_ += *--pos_;
550 rinfo_.data_ = last_id_;
559 rinfo_.data_ = x;
569 rinfo_.data_ = last_position_;
578 rinfo_.data_ = x;
594 rinfo_.pc_ += pc_jump << kSmallPCDeltaBits;
607 rinfo_.data_ = last_id_;
615 rinfo_.data_ = last_position_;
621 rinfo_.data_ = unsigned_b >> kTagBits
    [all...]
assembler.h 758 return &rinfo_;
763 // *Read* reads from current byte(s) into rinfo_.
783 // If the given mode is wanted, set it in rinfo_ and return true.
786 return (mode_mask_ & (1 << mode)) ? (rinfo_.rmode_ = mode, true) : false;
792 RelocInfo rinfo_; member in class:v8::internal::RelocIterator
    [all...]

Completed in 3842 milliseconds