Home
last modified time | relevance | path

Searched refs:LOCK_WORD_GC_STATE_MASK_SHIFTED (Results 1 – 5 of 5) sorted by relevance

/art/runtime/generated/
Dasm_support_gen.h101 #define LOCK_WORD_GC_STATE_MASK_SHIFTED 0x30000000 macro
102 DEFINE_CHECK_EQ(static_cast<uint32_t>(LOCK_WORD_GC_STATE_MASK_SHIFTED), (static_cast<uint32_t>(art:…
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1306 …test LITERAL(LOCK_WORD_GC_STATE_MASK_SHIFTED), %ecx // overflowed if the first gc state bit is se…
1366 …andl LITERAL(LOCK_WORD_GC_STATE_MASK_SHIFTED), %ecx // ecx: new lock word zero except original rb…
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S720 and r3, #LOCK_WORD_GC_STATE_MASK_SHIFTED @ r3: zero except for the preserved gc bits
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1365 …andl LITERAL(LOCK_WORD_GC_STATE_MASK_SHIFTED), %ecx // ecx: new lock word zero except original gc…
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S1254 …and w3, w1, #LOCK_WORD_GC_STATE_MASK_SHIFTED // w3: zero except for the preserved read barrier…