Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/guest_os_primitives/
Dguest_map_shadow.cc55 const void* other_start, in DoIntervalsIntersect() argument
57 bool not_intersect = (other_end <= start) || (other_start >= end); in DoIntervalsIntersect()