Searched refs:no_const_pool_before_ (Results 1 – 4 of 4) sorted by relevance
583 no_const_pool_before_ = 0; in Reset()898 next_constant_pool_check_ = no_const_pool_before_; in EndBlockConstPool()905 (pc_offset() < no_const_pool_before_); in is_const_pool_blocked()2991 if (no_const_pool_before_ < pc_limit) { in BlockConstPoolFor()2992 no_const_pool_before_ = pc_limit; in BlockConstPoolFor()2997 if (next_constant_pool_check_ < no_const_pool_before_) { in BlockConstPoolFor()2998 next_constant_pool_check_ = no_const_pool_before_; in BlockConstPoolFor()
2080 int no_const_pool_before_; // Block emission before this pc offset. variable
1599 next_buffer_check_ = no_const_pool_before_; in EndBlockConstPool()1605 (pc_offset() < no_const_pool_before_); in is_const_pool_blocked()1644 int no_const_pool_before_; // Block emission before this pc offset. variable
582 no_const_pool_before_ = 0; in Assembler()2235 CheckConstPool(true, no_const_pool_before_ == pc_offset() - kInstrSize); in ldm()4183 if (no_const_pool_before_ < pc_limit) { in BlockConstPoolFor()4194 no_const_pool_before_ = pc_limit; in BlockConstPoolFor()4197 if (next_buffer_check_ < no_const_pool_before_) { in BlockConstPoolFor()4198 next_buffer_check_ = no_const_pool_before_; in BlockConstPoolFor()