Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dframes.h1332 return low_bound_ <= addr && addr <= high_bound_; in IsValidStackAddress()
1348 const Address high_bound_; variable
Dframes.cc355 high_bound_(js_entry_sp), in SafeStackFrameIterator()