Searched defs:addr_from (Results 1 – 1 of 1) sorted by relevance
157 …AddrMap(uintptr_t addr_from, uintptr_t addr_to) : AddrRange_ {addr_from, addr_to}, BitMap_ {AddrRa… in AddrMap()164 bool Mark(uintptr_t addr_from, uintptr_t addr_to) in Mark()174 bool Clear(uintptr_t addr_from, uintptr_t addr_to) in Clear()184 bool HasMarks(uintptr_t addr_from, uintptr_t addr_to) const in HasMarks()196 void EnumerateMarksInScope(uintptr_t addr_from, uintptr_t addr_to, Handler handler) const in EnumerateMarksInScope()