Searched refs:next_constant_pool_check_ (Results 1 – 3 of 3) sorted by relevance
570 next_constant_pool_check_ = 0; in Reset()872 next_constant_pool_check_ = kMaxInt; in StartBlockConstPool()886 next_constant_pool_check_ = no_const_pool_before_; in EndBlockConstPool()2920 if (next_constant_pool_check_ < no_const_pool_before_) { in BlockConstPoolFor()2921 next_constant_pool_check_ = no_const_pool_before_; in BlockConstPoolFor()
1968 next_constant_pool_check_ = pc_offset() + instructions * kInstructionSize; in SetNextConstPoolCheckIn()1999 int next_constant_pool_check_; variable
1245 if (pc_offset() >= next_constant_pool_check_) {