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

  /art/runtime/
lock_word-inl.h 26 DCHECK_EQ(GetState(), kThinLocked);
32 DCHECK_EQ(GetState(), kThinLocked);
monitor.cc 139 case LockWord::kThinLocked: {
843 DCHECK_EQ(lock_word.GetState(), LockWord::kThinLocked);
    [all...]
lock_word.h 171 kThinLocked, // Single uncontended owner.
186 return kThinLocked;
monitor_test.cc 124 if (LockWord::LockState::kThinLocked != new_state) {
126 ASSERT_EQ(LockWord::LockState::kThinLocked, new_state); // To fail the test.
jni_env_ext.cc 190 if ((o->GetLockWord(false).GetState() == LockWord::kThinLocked) &&
jni_internal_test.cc     [all...]
thread.cc     [all...]
  /art/runtime/mirror/
object.cc 201 case LockWord::kThinLocked: {
  /art/runtime/arch/
stub_test.cc 605 EXPECT_EQ(LockWord::LockState::kThinLocked, new_state);
615 EXPECT_EQ(LockWord::LockState::kThinLocked, l_inc_state);
688 EXPECT_EQ(LockWord::LockState::kThinLocked, new_state2);
765 EXPECT_EQ(LockWord::LockState::kThinLocked, iter_state);
    [all...]
  /art/compiler/
image_writer.cc 403 case LockWord::kThinLocked: {
    [all...]

Completed in 1266 milliseconds