Searched refs:no_const_pool_before_ (Results 1 – 4 of 4) sorted by relevance
582 no_const_pool_before_ = 0; in Reset()879 next_constant_pool_check_ = no_const_pool_before_; in EndBlockConstPool()886 (pc_offset() < no_const_pool_before_); in is_const_pool_blocked()2874 if (no_const_pool_before_ < pc_limit) { in BlockConstPoolFor()2875 no_const_pool_before_ = pc_limit; in BlockConstPoolFor()2880 if (next_constant_pool_check_ < no_const_pool_before_) { in BlockConstPoolFor()2881 next_constant_pool_check_ = no_const_pool_before_; in BlockConstPoolFor()
2140 int no_const_pool_before_; // Block emission before this pc offset. variable
1538 next_buffer_check_ = no_const_pool_before_; in EndBlockConstPool()1544 (pc_offset() < no_const_pool_before_); in is_const_pool_blocked()1581 int no_const_pool_before_; // Block emission before this pc offset. variable
471 no_const_pool_before_ = 0; in Assembler()1983 CheckConstPool(true, no_const_pool_before_ == pc_offset() - kInstrSize); in ldm()3395 if (no_const_pool_before_ < pc_limit) { in BlockConstPoolFor()3405 no_const_pool_before_ = pc_limit; in BlockConstPoolFor()3408 if (next_buffer_check_ < no_const_pool_before_) { in BlockConstPoolFor()3409 next_buffer_check_ = no_const_pool_before_; in BlockConstPoolFor()