Home | History | Annotate | Download | only in base

Lines Matching full:current

53   MutexLock mu(Thread::Current(), lock_);
58 MutexLock mu(Thread::Current(), lock_);
68 MutexLock mu(Thread::Current(), lock_);
78 MutexLock mu(Thread::Current(), lock_);
90 MutexLock mu(Thread::Current(), lock_);
100 const size_t max_buckets = Runtime::Current()->GetHeap()->IsLowMemoryMode() ? 16 : 100;
147 // Ends the current split and starts the one given by the label.
203 // Stash away the current split and pause it.
232 TimingLogger::ScopedSplit* current = timing_logger_->current_split_;
233 while ((current != NULL) && (current != this)) {
234 delete current;
235 current = timing_logger_->current_split_;
238 CHECK(current != NULL) << "Missing scoped split (" << this->label_
252 // Sleight of hand here: Rather than embedding a new scoped split, we're updating the current
254 // well while maintaining the current semantics of NewSplit. An alternative is to push a new split
256 // that the current split is not ended by NewSplit (which calls TailInsertSplit), which would