Home
last modified time | relevance | path

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

/external/v8/src/
Dframes.h808 : 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