Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/s390/
Dassembler-s390.cc577 int maxReach = max_reach_from(fixup_pos); in bind_to() local
580 DCHECK(is_intn(offset, maxReach)); in bind_to()
/third_party/node/deps/v8/src/codegen/ppc/
Dassembler-ppc.cc564 int maxReach = max_reach_from(fixup_pos); in bind_to() local
566 if (maxReach && is_intn(offset, maxReach) == false) { in bind_to()
608 int maxReach = ((cond == al) ? 26 : 16); in is_near() local
611 return is_intn(offset, maxReach); in is_near()