Home
last modified time | relevance | path

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

/external/v8/src/
Dframes.h620 return IsWithinBounds(low_bound_, high_bound_, addr); in IsValidStackAddress()
626 Address low_bound_; variable
Dframes.cc205 low_bound_(low_bound), high_bound_(high_bound), in SafeStackFrameIterator()