Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dassembler-s390.cc528 int maxReach = max_reach_from(fixup_pos); in bind_to() local
531 DCHECK(is_intn(offset, maxReach)); in bind_to()
561 int maxReach = ((cond == al) ? 26 : 16); in is_near() local
564 return is_intn(offset, maxReach); in is_near()
/external/v8/src/ppc/
Dassembler-ppc.cc578 int maxReach = max_reach_from(fixup_pos); in bind_to() local
580 if (maxReach && is_intn(offset, maxReach) == false) { in bind_to()
625 int maxReach = ((cond == al) ? 26 : 16); in is_near() local
628 return is_intn(offset, maxReach); in is_near()