Home | History | Annotate | Download | only in arm

Lines Matching refs:kMaxDistToPool

2559     // further than first_const_pool_use_ + kMaxDistToPool
2561 (pc_limit < (first_const_pool_use_ + kMaxDistToPool)));
2593 // the constant pool is at least kMaxDistToPool / 2.
2597 (require_jump || (dist < (kMaxDistToPool / 2)))) {