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);
31 DCHECK_EQ(GetState(), kThinLocked);
lock_word.h 103 kThinLocked, // Single uncontended owner.
116 return kThinLocked;
monitor.cc 143 case LockWord::kThinLocked: {
676 DCHECK_EQ(lock_word.GetState(), LockWord::kThinLocked);
696 if (lock_word.GetState() == LockWord::kThinLocked &&
738 case LockWord::kThinLocked: {
798 case LockWord::kThinLocked: {
845 case LockWord::kThinLocked: {
    [all...]
monitor_test.cc 123 if (LockWord::LockState::kThinLocked != new_state) {
125 ASSERT_EQ(LockWord::LockState::kThinLocked, new_state); // To fail the test.
thread.cc     [all...]
  /art/runtime/mirror/
object.cc 164 case LockWord::kThinLocked: {
  /art/runtime/arch/
stub_test.cc 622 EXPECT_EQ(LockWord::LockState::kThinLocked, new_state);
632 EXPECT_EQ(LockWord::LockState::kThinLocked, l_inc_state);
704 EXPECT_EQ(LockWord::LockState::kThinLocked, new_state2);
781 EXPECT_EQ(LockWord::LockState::kThinLocked, iter_state);
    [all...]
  /art/compiler/
image_writer.cc 192 case LockWord::kThinLocked: {
    [all...]

Completed in 347 milliseconds