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.h335 #define LOCK_WORD_READ_BARRIER_STATE_MASK 0x30000000 in CheckAsmSupportOffsetsAndSizes() macro
336 ADD_TEST_EQ(LOCK_WORD_READ_BARRIER_STATE_MASK, in CheckAsmSupportOffsetsAndSizes()
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S981 …test LITERAL(LOCK_WORD_READ_BARRIER_STATE_MASK), %ecx // overflowed if either of the upper two bi…
1021 …andl LITERAL(LOCK_WORD_READ_BARRIER_STATE_MASK), %ecx // ecx: new lock word zero except original …
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S959 …test LITERAL(LOCK_WORD_READ_BARRIER_STATE_MASK), %ecx // overflowed if either of the upper two bi…
1019 …andl LITERAL(LOCK_WORD_READ_BARRIER_STATE_MASK), %ecx // ecx: new lock word zero except original …
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S1154 …and w3, w3, #LOCK_WORD_READ_BARRIER_STATE_MASK // w3: zero except for the preserved read barri…