Searched refs:const_pool_blocked_nesting_ (Results 1 – 4 of 4) sorted by relevance
561 const_pool_blocked_nesting_ = 0; in Assembler()569 DCHECK(const_pool_blocked_nesting_ == 0); in ~Assembler()577 DCHECK(const_pool_blocked_nesting_ == 0); in Reset()886 if (const_pool_blocked_nesting_++ == 0) { in StartBlockConstPool()895 if (--const_pool_blocked_nesting_ == 0) { in EndBlockConstPool()909 return (const_pool_blocked_nesting_ > 0) || in is_const_pool_blocked()
2077 int const_pool_blocked_nesting_; // Block emission if this is not zero. variable
1670 if (const_pool_blocked_nesting_++ == 0) { in StartBlockConstPool()1680 if (--const_pool_blocked_nesting_ == 0) { in EndBlockConstPool()1702 return (const_pool_blocked_nesting_ > 0) || in is_const_pool_blocked()1747 int const_pool_blocked_nesting_; // Block emission if this is not zero. variable
562 const_pool_blocked_nesting_ = 0; in Assembler()578 DCHECK(const_pool_blocked_nesting_ == 0); in ~Assembler()