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

  /dalvik/vm/
Debugger.h 39 typedef struct AddressSet {
42 } AddressSet;
44 INLINE void dvmAddressSetSet(AddressSet *pSet, u4 toSet)
51 INLINE bool dvmAddressSetGet(const AddressSet *pSet, u4 toGet)
73 const AddressSet* pAddressSet; /* if non-null, address set for line */
291 /* Make an AddressSet for a line, for single stepping */
292 const AddressSet *dvmAddressSetForLine(const struct Method* method, int line);
Debugger.c     [all...]

Completed in 261 milliseconds