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

  /external/v8/src/
assembler.cc 505 rinfo_.pc_ += *pos_ >> kTagBits;
510 rinfo_.pc_ += *--pos_;
520 rinfo_.data_ = last_id_;
529 rinfo_.data_ = x;
538 rinfo_.data_ = x;
554 rinfo_.pc_ += pc_jump << kSmallPCDeltaBits;
567 rinfo_.data_ = last_id_;
573 rinfo_.data_ = unsigned_b >> kShortDataTypeTagBits;
647 rinfo_.data_ = 0;
648 rinfo_.pc_ = old_code_age_sequence
    [all...]
assembler.h 713 return &rinfo_;
718 // *Read* reads from current byte(s) into rinfo_.
736 // If the given mode is wanted, set it in rinfo_ and return true.
739 return (mode_mask_ & (1 << mode)) ? (rinfo_.rmode_ = mode, true) : false;
745 RelocInfo rinfo_; member in class:v8::internal::RelocIterator
    [all...]

Completed in 154 milliseconds