Home
last modified time | relevance | path

Searched refs:IsWithinBounds (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dframes.h613 static bool IsWithinBounds( in IsWithinBounds() function
620 return IsWithinBounds(low_bound_, high_bound_, addr); in IsValidStackAddress()
Dframes.cc207 IsWithinBounds(low_bound, high_bound, in SafeStackFrameIterator()
210 is_valid_fp_(IsWithinBounds(low_bound, high_bound, fp)), in SafeStackFrameIterator()
Dlog.cc160 if (SafeStackFrameIterator::IsWithinBounds(sample->sp, js_entry_sp, in Trace()