Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler.h182 *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_; variable
330 byte* cursor() const { return cursor_; } in cursor()
Dassembler.cc41 cursor_ = contents_; in AssemblerBuffer()
98 cursor_ += delta; in ExtendCapacity()