Searched refs:dist32 (Results 1 – 1 of 1) sorted by relevance
3905 int dist32 = pc_offset() + estimated_size - first_const_pool_32_use_; in CheckConstPool() local3906 if ((dist32 >= kMaxDistToIntPool - kCheckPoolInterval) || in CheckConstPool()3907 (!require_jump && (dist32 >= kMaxDistToIntPool / 2))) { in CheckConstPool()