Searched refs:kMaxDistToIntPool (Results 1 – 2 of 2) sorted by relevance
1467 static const int kMaxDistToIntPool = 4*KB; variable1470 static const int kMaxNumPending32RelocInfo = kMaxDistToIntPool/kInstrSize;1529 (first_const_pool_32_use_ + kMaxDistToIntPool))); in EndBlockConstPool()
3401 num_pending_64_bit_reloc_info_ * kDoubleSize < kMaxDistToIntPool)); in BlockConstPoolFor()3480 if ((dist32 >= kMaxDistToIntPool - kCheckPoolInterval) || in CheckConstPool()3481 (!require_jump && (dist32 >= kMaxDistToIntPool / 2))) { in CheckConstPool()