Lines Matching refs:ptr_
102 DCHECK_LT(ptr_, end_);
103 ptr_ += OpcodeLength(ptr_, end_);
107 return this->ptr_ == that.ptr_;
110 return this->ptr_ != that.ptr_;
114 const byte* ptr_;
116 iterator_base(const byte* ptr, const byte* end) : ptr_(ptr), end_(end) {}
126 DCHECK_LT(ptr_, end_);
127 return static_cast<WasmOpcode>(*ptr_);
142 DCHECK_LT(ptr_, end_);
143 return static_cast<uint32_t>(ptr_ - start_);