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

  /external/v8/src/
assembler.cc 546 rinfo_.pc_ += *pos_ >> kTagBits;
551 rinfo_.pc_ += *--pos_;
561 rinfo_.data_ = last_id_;
570 rinfo_.data_ = x;
580 rinfo_.data_ = last_position_;
589 rinfo_.data_ = x;
605 rinfo_.pc_ += pc_jump << kSmallPCDeltaBits;
618 rinfo_.data_ = last_id_;
626 rinfo_.data_ = last_position_;
632 rinfo_.data_ = unsigned_b >> kTagBits
    [all...]
assembler.h 792 return &rinfo_;
797 // *Read* reads from current byte(s) into rinfo_.
817 // If the given mode is wanted, set it in rinfo_ and return true.
820 return (mode_mask_ & (1 << mode)) ? (rinfo_.rmode_ = mode, true) : false;
826 RelocInfo rinfo_; member in class:v8::internal::RelocIterator
    [all...]

Completed in 41 milliseconds