Searched refs:const_pool_blocked_nesting_ (Results 1 – 4 of 4) sorted by relevance
1550 if (const_pool_blocked_nesting_++ == 0) { in StartBlockConstPool()1560 if (--const_pool_blocked_nesting_ == 0) { in EndBlockConstPool()1582 return (const_pool_blocked_nesting_ > 0) || in is_const_pool_blocked()1651 int const_pool_blocked_nesting_; // Block emission if this is not zero. variable
550 const_pool_blocked_nesting_ = 0; in Assembler()571 DCHECK_EQ(const_pool_blocked_nesting_, 0); in ~Assembler()
555 const_pool_blocked_nesting_ = 0; in Assembler()563 DCHECK_EQ(const_pool_blocked_nesting_, 0); in ~Assembler()571 DCHECK_EQ(const_pool_blocked_nesting_, 0); in Reset()903 if (const_pool_blocked_nesting_++ == 0) { in StartBlockConstPool()912 if (--const_pool_blocked_nesting_ == 0) { in EndBlockConstPool()926 return (const_pool_blocked_nesting_ > 0) || in is_const_pool_blocked()
3475 int const_pool_blocked_nesting_; // Block emission if this is not zero. variable