Home
last modified time | relevance | path

Searched refs:rinfo_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dassembler.cc535 rinfo_.pc_ += *pos_ >> kTagBits; in ReadShortTaggedPC()
540 rinfo_.pc_ += *--pos_; in AdvanceReadPC()
550 rinfo_.data_ = last_id_; in AdvanceReadId()
559 rinfo_.data_ = x; in AdvanceReadInt()
569 rinfo_.data_ = last_position_; in AdvanceReadPosition()
578 rinfo_.data_ = x; in AdvanceReadData()
594 rinfo_.pc_ += pc_jump << kSmallPCDeltaBits; in AdvanceReadLongPCJump()
607 rinfo_.data_ = last_id_; in ReadShortTaggedId()
615 rinfo_.data_ = last_position_; in ReadShortTaggedPosition()
621 rinfo_.data_ = unsigned_b >> kTagBits; in ReadShortTaggedData()
[all …]
Dassembler.h758 return &rinfo_; in rinfo()
786 return (mode_mask_ & (1 << mode)) ? (rinfo_.rmode_ = mode, true) : false; in SetMode()
792 RelocInfo rinfo_; variable