Searched refs:AddressSet (Results 1 – 2 of 2) sorted by relevance
39 struct AddressSet { struct44 INLINE void dvmAddressSetSet(AddressSet *pSet, u4 toSet) in dvmAddressSetSet() argument51 INLINE bool dvmAddressSetGet(const AddressSet *pSet, u4 toGet) in dvmAddressSetGet()73 const AddressSet* pAddressSet; /* if non-null, address set for line */291 const AddressSet *dvmAddressSetForLine(const Method* method, int line);
2848 AddressSet *pSet;2880 const AddressSet *dvmAddressSetForLine(const Method* method, int line) in dvmAddressSetForLine()2882 AddressSet *result; in dvmAddressSetForLine()2887 result = (AddressSet*)calloc(1, sizeof(AddressSet) + (insnsSize/8) + 1); in dvmAddressSetForLine()