Home
last modified time | relevance | path

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

/external/v8/src/
Dframes.h558 Address low_bound, Address high_bound) : in JavaScriptFrameIteratorTemp() argument
559 iterator_(fp, sp, low_bound, high_bound) { in JavaScriptFrameIteratorTemp()
601 Address low_bound, Address high_bound);
614 Address low_bound, Address high_bound, Address addr) { in IsWithinBounds() argument
615 return low_bound <= addr && addr <= high_bound; in IsWithinBounds()
644 Address low_bound, Address high_bound);
Dframes.cc204 Address fp, Address sp, Address low_bound, Address high_bound) : in SafeStackFrameIterator() argument
205 low_bound_(low_bound), high_bound_(high_bound), in SafeStackFrameIterator()
207 IsWithinBounds(low_bound, high_bound, in SafeStackFrameIterator()
210 is_valid_fp_(IsWithinBounds(low_bound, high_bound, fp)), in SafeStackFrameIterator()
290 Address fp, Address sp, Address low_bound, Address high_bound) : in SafeStackTraceFrameIterator() argument
291 SafeJavaScriptFrameIterator(fp, sp, low_bound, high_bound) { in SafeStackTraceFrameIterator()