Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/utils/
Dunbounded_queue.h51 : first_block_(other.first_block_), in UnboundedQueue()
55 other.first_block_ = nullptr; in UnboundedQueue()
63 first_block_ = other.first_block_;
67 other.first_block_ = nullptr;
83 first_block_ = last_block_ = new_block0.release(); in Init()
84 new_block1->next = first_block_; in Init()
103 if (last_block_->next == first_block_) { in GrowIfNeeded()
107 new_block->next = first_block_; in GrowIfNeeded()
136 T* elements = reinterpret_cast<T*>(first_block_->buffer); in Front()
142 T* elements = reinterpret_cast<T*>(first_block_->buffer); in Front()
[all …]
/external/v8/src/compiler/backend/
Dspill-placer.cc245 first_block_ = RpoNumber::Invalid(); in ClearData()
250 if (!first_block_.IsValid()) { in ExpandBoundsToInclude()
252 first_block_ = block; in ExpandBoundsToInclude()
255 if (first_block_ > block) { in ExpandBoundsToInclude()
256 first_block_ = block; in ExpandBoundsToInclude()
291 for (int i = last_block_.ToInt(); i >= first_block_.ToInt(); --i) { in FirstBackwardPass()
337 for (int i = first_block_.ToInt(); i <= last_block_.ToInt(); ++i) { in ForwardPass()
394 for (int i = last_block_.ToInt(); i >= first_block_.ToInt(); --i) { in SecondBackwardPass()
Dspill-placer.h162 RpoNumber first_block_ = RpoNumber::Invalid();
/external/v8/src/handles/
Dglobal-handles.cc196 BlockType* first_block_ = nullptr; member in v8::internal::GlobalHandles::NodeSpace
205 auto* block = first_block_; in ~NodeSpace()
216 first_block_ = new BlockType(global_handles_, this, first_block_); in Acquire()
218 PutNodesOnFreeList(first_block_); in Acquire()