Home | History | Annotate | Download | only in ia32

Lines Matching full:patch_site_

57     ASSERT(patch_site_.is_bound() == info_emitted_);
75 if (patch_site_.is_bound()) {
76 int delta_to_patch_site = masm_->SizeOfCodeGeneratedSince(&patch_site_);
90 ASSERT(!patch_site_.is_bound() && !info_emitted_);
92 __ bind(&patch_site_);
97 Label patch_site_;