Home | History | Annotate | Download | only in x64

Lines Matching refs:patch_site_

57     ASSERT(patch_site_.is_bound() == info_emitted_);
71 int delta_to_patch_site = masm_->SizeOfCodeGeneratedSince(&patch_site_);
79 bool is_bound() const { return patch_site_.is_bound(); }
84 ASSERT(!patch_site_.is_bound() && !info_emitted_);
86 __ bind(&patch_site_);
91 Label patch_site_;