Home
last modified time | relevance | path

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

/art/runtime/generated/
Dasm_support_gen.h109 #define LOCK_WORD_MARK_BIT_MASK_SHIFTED 0x20000000 macro
110 DEFINE_CHECK_EQ(static_cast<uint32_t>(LOCK_WORD_MARK_BIT_MASK_SHIFTED), (static_cast<uint32_t>(art:…
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S2050 tst ip, #LOCK_WORD_MARK_BIT_MASK_SHIFTED
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S2132 testl LITERAL(LOCK_WORD_MARK_BIT_MASK_SHIFTED), MIRROR_OBJECT_LOCK_WORD_OFFSET(REG_VAR(reg))
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S2166 testl LITERAL(LOCK_WORD_MARK_BIT_MASK_SHIFTED), MIRROR_OBJECT_LOCK_WORD_OFFSET(REG_VAR(reg))