Home
last modified time | relevance | path

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

/art/runtime/
Dasm_support.h328 #define LOCK_WORD_STATE_MASK 0xC0000000 in CheckAsmSupportOffsetsAndSizes() macro
329 ADD_TEST_EQ(LOCK_WORD_STATE_MASK, static_cast<uint32_t>(art::LockWord::kStateMaskShifted)) in CheckAsmSupportOffsetsAndSizes()
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S961 test LITERAL(LOCK_WORD_STATE_MASK), %ecx // Test the 2 high bits.
1011 test LITERAL(LOCK_WORD_STATE_MASK), %ecx
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S938 test LITERAL(LOCK_WORD_STATE_MASK), %ecx // test the 2 high bits.
1008 test LITERAL(LOCK_WORD_STATE_MASK), %ecx