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

  /art/runtime/
lock_word-inl.h 26 DCHECK_EQ(GetState(), kThinLocked);
32 DCHECK_EQ(GetState(), kThinLocked);
lock_word.h 148 kThinLocked, // Single uncontended owner.
163 return kThinLocked;
monitor.cc 147 case LockWord::kThinLocked: {
660 DCHECK_EQ(lock_word.GetState(), LockWord::kThinLocked);
678 if (lock_word.GetState() == LockWord::kThinLocked &&
720 case LockWord::kThinLocked: {
790 case LockWord::kThinLocked: {
847 case LockWord::kThinLocked: {
    [all...]
monitor_test.cc 124 if (LockWord::LockState::kThinLocked != new_state) {
126 ASSERT_EQ(LockWord::LockState::kThinLocked, new_state); // To fail the test.
thread.cc     [all...]
  /art/runtime/mirror/
object.cc 169 case LockWord::kThinLocked: {
  /art/runtime/arch/
stub_test.cc 869 EXPECT_EQ(LockWord::LockState::kThinLocked, new_state);
879 EXPECT_EQ(LockWord::LockState::kThinLocked, l_inc_state);
    [all...]
  /art/compiler/
image_writer.cc 283 case LockWord::kThinLocked: {
    [all...]

Completed in 3312 milliseconds