Searched refs:const_pool_blocked_nesting_ (Results 1 – 4 of 4) sorted by relevance
1512 if (const_pool_blocked_nesting_++ == 0) { in StartBlockConstPool()1522 if (--const_pool_blocked_nesting_ == 0) { in EndBlockConstPool()1543 return (const_pool_blocked_nesting_ > 0) || in is_const_pool_blocked()1580 int const_pool_blocked_nesting_; // Block emission if this is not zero. variable
470 const_pool_blocked_nesting_ = 0; in Assembler()481 DCHECK(const_pool_blocked_nesting_ == 0); in ~Assembler()
555 const_pool_blocked_nesting_ = 0; in Assembler()563 DCHECK(const_pool_blocked_nesting_ == 0); in ~Assembler()571 DCHECK(const_pool_blocked_nesting_ == 0); in Reset()862 if (const_pool_blocked_nesting_++ == 0) { in StartBlockConstPool()871 if (--const_pool_blocked_nesting_ == 0) { in EndBlockConstPool()885 return (const_pool_blocked_nesting_ > 0) || in is_const_pool_blocked()
2139 int const_pool_blocked_nesting_; // Block emission if this is not zero. variable