Home | History | Annotate | Download | only in x64

Lines Matching full:patch_site_

56     ASSERT(patch_site_.is_bound() == info_emitted_);
74 if (patch_site_.is_bound()) {
75 int delta_to_patch_site = masm_->SizeOfCodeGeneratedSince(&patch_site_);
89 ASSERT(!patch_site_.is_bound() && !info_emitted_);
91 __ bind(&patch_site_);
96 Label patch_site_;