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

  /art/runtime/
signal_catcher.cc 130 ThreadState old_state = self->SetStateUnsafe(kRunnable);
152 CHECK_EQ(self->SetStateUnsafe(old_state), kRunnable);
debugger.cc 764 ThreadState old_state = self->SetStateUnsafe(kRunnable);
769 CHECK_EQ(self->SetStateUnsafe(old_state), kRunnable);
786 ThreadState old_state = self->SetStateUnsafe(kRunnable);
809 CHECK_EQ(self->SetStateUnsafe(old_state), kRunnable);
    [all...]
thread.h 871 ThreadState SetStateUnsafe(ThreadState new_state) {
    [all...]
thread.cc     [all...]
  /art/runtime/gc/collector/
semi_space.cc 170 ThreadState old_state = self_->SetStateUnsafe(kRunnable);
176 CHECK_EQ(self_->SetStateUnsafe(old_state), kRunnable);
    [all...]

Completed in 69 milliseconds