Searched defs:wordIdx (Results 1 - 1 of 1) sorted by last modified time

/art/runtime/
H A Dutils.cc724 uint32_t wordIdx = c >> 5; local
727 return (DEX_MEMBER_VALID_LOW_ASCII[wordIdx] & (1 << bitIdx)) != 0;

Completed in 8 milliseconds