Home
last modified time | relevance | path

Searched refs:expected_has_no_thread_ (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dscoped_thread_state_change.cc43 if (!expected_has_no_thread_) { in ScopedThreadChangeDestructorCheck()
Dscoped_thread_state_change-inl.h34 : self_(self), thread_state_(new_thread_state), expected_has_no_thread_(false) { in ScopedThreadStateChange()
Dscoped_thread_state_change.h64 const bool expected_has_no_thread_ = true; variable