Home
last modified time | relevance | path

Searched refs:LOCK_WORD_READ_BARRIER_STATE_MASK (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dasm_support.h210 #define LOCK_WORD_READ_BARRIER_STATE_MASK 0x30000000 in CheckAsmSupportOffsetsAndSizes() macro
211 ADD_TEST_EQ(LOCK_WORD_READ_BARRIER_STATE_MASK, in CheckAsmSupportOffsetsAndSizes()
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1066 …test LITERAL(LOCK_WORD_READ_BARRIER_STATE_MASK), %ecx // overflowed if either of the upper two bi…
1098 …andl LITERAL(LOCK_WORD_READ_BARRIER_STATE_MASK), %ecx // ecx: new lock word zero except original …
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1008 …test LITERAL(LOCK_WORD_READ_BARRIER_STATE_MASK), %ecx // overflowed if either of the upper two bi…
1052 …andl LITERAL(LOCK_WORD_READ_BARRIER_STATE_MASK), %ecx // ecx: new lock word zero except original …
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S1074 …and w3, w3, #LOCK_WORD_READ_BARRIER_STATE_MASK // w3: zero except for the preserved read barri…