HomeSort by relevance Sort by last modified time
    Searched refs:word_mask (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/accounting/
bitmap-inl.h 35 const uintptr_t word_mask = BitIndexToMask(bit_index); local
41 if ((old_word & word_mask) != 0) {
46 old_word | word_mask));
136 const uintptr_t word_mask = BitIndexToMask(bit_index); local
140 *address = old_word | word_mask;
142 *address = old_word & ~word_mask;
145 return (old_word & word_mask) != 0;
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c 15585 unsigned long long word_mask; local
    [all...]

Completed in 192 milliseconds