Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dbackward_references_enc.h191 const PixOrCopy* last_pos_; // sentinel for switching to next block member
206 if (++c->cur_pos == c->last_pos_) VP8LRefsCursorNextBlock(c); in VP8LRefsCursorNext()
Dbackward_references_enc.c119 c.last_pos_ = c.cur_pos + c.cur_block_->size_; in VP8LRefsCursorInit()
122 c.last_pos_ = NULL; in VP8LRefsCursorInit()
130 c->last_pos_ = (b == NULL) ? NULL : b->start_ + b->size_; in VP8LRefsCursorNextBlock()
/external/v8/src/compiler/
Dregister-allocator.cc840 last_pos_(nullptr), in TopLevelLiveRange()
972 splinter()->last_pos_->set_next(splinter_temp.first_pos_); in Splinter()
975 splinter()->last_pos_ = last_in_splinter; in Splinter()
978 splinter()->last_pos_ == nullptr) { in Splinter()
979 splinter()->last_pos_ = splinter()->first_pos(); in Splinter()
982 splinter()->last_pos_ = pos; in Splinter()
Dregister-allocator.h657 UsePosition* last_pos_; variable