Searched refs:toGet (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/
H A DDebugger.h51 INLINE bool dvmAddressSetGet(const AddressSet *pSet, u4 toGet) argument
53 if (toGet < pSet->setSize) {
54 return (pSet->set[toGet/8] & (1 << (toGet % 8))) != 0;

Completed in 67 milliseconds