Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler.h102 *reinterpret_cast<T*>(cursor_) = value; in Emit()
103 cursor_ += sizeof(T); in Emit()
120 cursor_ = contents_ + new_size; in Resize()
160 CHECK_GE(cursor_, contents_); in Size()
161 return cursor_ - contents_; in Size()
237 int GetPosition() { return cursor_ - contents_; } in GetPosition()
258 uint8_t* cursor_; variable
268 uint8_t* cursor() const { return cursor_; } in cursor()
Dassembler.cc32 cursor_ = contents_; in AssemblerBuffer()
90 cursor_ = contents_ + old_size; in ExtendCapacity()
/art/compiler/optimizing/
Dscheduler.cc560 cursor_ = block->GetLastInstruction(); in Schedule()
634 if (instruction == cursor_) { in Schedule()
635 cursor_ = cursor_->GetPrevious(); in Schedule()
637 MoveAfterInBlock(instruction, cursor_); in Schedule()
Dscheduler.h503 cursor_(nullptr) {} in HScheduler()
564 HInstruction* cursor_; variable