Searched defs:cursor_ (Results 1 - 1 of 1) sorted by relevance

/art/compiler/utils/
H A Dassembler.h182 *reinterpret_cast<T*>(cursor_) = value;
183 cursor_ += sizeof(T);
202 cursor_ += newposition - oldposition;
235 CHECK_GE(cursor_, contents_);
236 return cursor_ - contents_;
311 int GetPosition() { return cursor_ - contents_; }
320 byte* cursor_; member in class:art::AssemblerBuffer
330 byte* cursor() const { return cursor_; }

Completed in 6 milliseconds