Home
last modified time | relevance | path

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

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