Home | History | Annotate | Download | only in src

Lines Matching refs:low_bound

728                               Address low_bound,
730 iterator_(fp, sp, low_bound, high_bound) {
737 Address low_bound,
739 iterator_(isolate, fp, sp, low_bound, high_bound) {
785 Address low_bound, Address high_bound);
800 Address low_bound, Address high_bound, Address addr) {
801 return low_bound <= addr && addr <= high_bound;
807 StackAddressValidator(Address low_bound, Address high_bound)
808 : low_bound_(low_bound), high_bound_(high_bound) { }
821 ExitFrameValidator(Address low_bound, Address high_bound)
822 : validator_(low_bound, high_bound) { }
835 Address low_bound, Address high_bound);
868 Address low_bound, Address high_bound);