Home
last modified time | relevance | path

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

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