Searched refs:cursor_ (Results 1 – 4 of 4) sorted by relevance
103 *reinterpret_cast<T*>(cursor_) = value; in Emit()104 cursor_ += sizeof(T); in Emit()121 cursor_ = contents_ + new_size; in Resize()161 CHECK_GE(cursor_, contents_); in Size()162 return cursor_ - contents_; in Size()239 int GetPosition() { return cursor_ - contents_; } in GetPosition()258 uint8_t* cursor_; variable268 uint8_t* cursor() const { return cursor_; } in cursor()
32 cursor_ = contents_; in AssemblerBuffer()87 cursor_ = contents_ + old_size; in ExtendCapacity()
613 cursor_ = block->GetLastInstruction(); in Schedule()687 if (instruction == cursor_) { in Schedule()688 cursor_ = cursor_->GetPrevious(); in Schedule()690 MoveAfterInBlock(instruction, cursor_); in Schedule()
435 cursor_(nullptr) {} in HScheduler()474 HInstruction* cursor_; variable