Home | History | Annotate | Download | only in arm64

Lines Matching refs:const_pool_blocked_nesting_

555   const_pool_blocked_nesting_ = 0;
563 DCHECK(const_pool_blocked_nesting_ == 0);
571 DCHECK(const_pool_blocked_nesting_ == 0);
862 if (const_pool_blocked_nesting_++ == 0) {
871 if (--const_pool_blocked_nesting_ == 0) {
885 return (const_pool_blocked_nesting_ > 0) ||