Home
last modified time | relevance | path

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

/external/v8/src/
Dframes.h1314 return low_bound_ <= addr && addr <= high_bound_; in IsValidStackAddress()
1321 const Address low_bound_; variable
Dframes.cc217 low_bound_(sp), in SafeStackFrameIterator()