Searched refs:kMaxDistToFPPool (Results 1 – 2 of 2) sorted by relevance
1502 static constexpr int kMaxDistToFPPool = 1 * KB; variable1508 kMaxDistToFPPool / kInstrSize;1570 (start < (first_const_pool_64_use_ + kMaxDistToFPPool))); in EndBlockConstPool()
5171 (start - first_const_pool_64_use_ < kMaxDistToFPPool)); in BlockConstPoolFor()5238 if ((dist64 >= kMaxDistToFPPool - kCheckPoolInterval) || in CheckConstPool()5239 (!require_jump && (dist64 >= kMaxDistToFPPool / 2))) { in CheckConstPool()