Home
last modified time | relevance | path

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

/art/runtime/generated/
Dasm_support_gen.h93 #define LOCK_WORD_STATE_MASK 0xc0000000 macro
94 DEFINE_CHECK_EQ(static_cast<uint32_t>(LOCK_WORD_STATE_MASK), (static_cast<uint32_t>(art::LockWord::…
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1310 test LITERAL(LOCK_WORD_STATE_MASK), %ecx // Test the 2 high bits.
1360 test LITERAL(LOCK_WORD_STATE_MASK), %ecx
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1290 test LITERAL(LOCK_WORD_STATE_MASK), %ecx // test the 2 high bits.
1360 test LITERAL(LOCK_WORD_STATE_MASK), %ecx