Searched refs:next_constant_pool_check_ (Results 1 – 3 of 3) sorted by relevance
331 next_constant_pool_check_ = 0; in Reset()617 next_constant_pool_check_ = kMaxInt; in StartBlockConstPool()632 next_constant_pool_check_ = no_const_pool_before_; in EndBlockConstPool()2536 if (next_constant_pool_check_ < no_const_pool_before_) { in BlockConstPoolFor()2537 next_constant_pool_check_ = no_const_pool_before_; in BlockConstPoolFor()2555 next_constant_pool_check_ = pc_offset() + kCheckConstPoolInterval; in CheckConstPool()2649 next_constant_pool_check_ = pc_offset() + kCheckConstPoolInterval; in CheckConstPool()
1245 if (pc_offset() >= next_constant_pool_check_) {
2050 int next_constant_pool_check_; variable