Searched refs:next_constant_pool_check_ (Results 1 – 3 of 3) sorted by relevance
580 next_constant_pool_check_ = 0; in Reset()906 next_constant_pool_check_ = kMaxInt; in StartBlockConstPool()920 next_constant_pool_check_ = no_const_pool_before_; in EndBlockConstPool()4819 if (next_constant_pool_check_ < no_const_pool_before_) { in BlockConstPoolFor()4820 next_constant_pool_check_ = no_const_pool_before_; in BlockConstPoolFor()
1144 if (pc_offset() >= next_constant_pool_check_) {
3414 next_constant_pool_check_ = pc_offset() + instructions * kInstrSize; in SetNextConstPoolCheckIn()3445 int next_constant_pool_check_; variable