Home
last modified time | relevance | path

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

/external/v8/src/execution/
Dframes.h1284 return low_bound_ <= addr && addr <= high_bound_; in IsValidStackAddress()
1300 const Address high_bound_; variable
Dframes.cc287 high_bound_(js_entry_sp), in SafeStackFrameIterator()