Searched refs:high_bound_ (Results 1 – 1 of 1) sorted by relevance
808 : low_bound_(low_bound), high_bound_(high_bound) { } in StackAddressValidator()810 return IsWithinBounds(low_bound_, high_bound_, addr); in IsValid()814 Address high_bound_; variable