Home | History | Annotate | Download | only in s390

Lines Matching refs:info_emitted_

38     info_emitted_ = false;
42 ~JumpPatchSite() { DCHECK(patch_site_.is_bound() == info_emitted_); }
47 DCHECK(!patch_site_.is_bound() && !info_emitted_);
61 DCHECK(!patch_site_.is_bound() && !info_emitted_);
78 info_emitted_ = true;
91 bool info_emitted_;