Searched refs:cursor_ (Results 1 – 2 of 2) sorted by relevance
182 *reinterpret_cast<T*>(cursor_) = value; in Emit()183 cursor_ += sizeof(T); in Emit()202 cursor_ += newposition - oldposition; in Move()235 CHECK_GE(cursor_, contents_); in Size()236 return cursor_ - contents_; in Size()311 int GetPosition() { return cursor_ - contents_; } in GetPosition()320 byte* cursor_; variable330 byte* cursor() const { return cursor_; } in cursor()
41 cursor_ = contents_; in AssemblerBuffer()98 cursor_ += delta; in ExtendCapacity()