HomeSort by relevance Sort by last modified time
    Searched refs:front_index_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/accounting/
atomic_stack.h 77 front_index_.StoreRelaxed(0);
144 DCHECK_GT(back_index_.LoadRelaxed(), front_index_.LoadRelaxed());
152 int32_t index = front_index_.LoadRelaxed();
154 front_index_.StoreRelaxed(index + 1);
173 DCHECK_LE(front_index_.LoadRelaxed(), back_index_.LoadRelaxed());
174 return back_index_.LoadRelaxed() - front_index_.LoadRelaxed();
178 return begin_ + front_index_.LoadRelaxed();
197 int32_t start_front_index = front_index_.LoadRelaxed();
200 CHECK_EQ(start_front_index, front_index_.LoadRelaxed());
224 front_index_(0)
269 AtomicInteger front_index_; member in class:art::gc::accounting::AtomicStack
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
executor.cc 1163 int front_index_; member in class:tensorflow::__anon39475::ExecutorState::TaggedNodeReadyQueue
    [all...]

Completed in 78 milliseconds