Searched refs:kMaxDistToConstPool (Results 1 – 2 of 2) sorted by relevance
2073 static const int kMaxDistToConstPool = 4 * KB; variable2075 kMaxDistToConstPool / kInstructionSize;2084 kMaxDistToConstPool - kCheckConstPoolInterval;
626 (pc_offset() < (first_const_pool_use_ + kMaxDistToConstPool))); in EndBlockConstPool()2532 (pc_limit < (first_const_pool_use_ + kMaxDistToConstPool))); in BlockConstPoolFor()2568 (require_jump || (dist < (kMaxDistToConstPool / 2)))) { in CheckConstPool()