Home
last modified time | relevance | path

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

/art/runtime/
Dasm_support.h203 #define LOCK_WORD_STATE_MASK 0xC0000000 in CheckAsmSupportOffsetsAndSizes() macro
204 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.S1046 test LITERAL(LOCK_WORD_STATE_MASK), %ecx // Test the 2 high bits.
1088 test LITERAL(LOCK_WORD_STATE_MASK), %ecx
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S987 test LITERAL(LOCK_WORD_STATE_MASK), %ecx // test the 2 high bits.
1041 test LITERAL(LOCK_WORD_STATE_MASK), %ecx