Lines Matching refs:patch_site_
64 ASSERT(patch_site_.is_bound() == info_emitted_);
70 ASSERT(!patch_site_.is_bound() && !info_emitted_);
71 __ bind(&patch_site_);
82 ASSERT(!patch_site_.is_bound() && !info_emitted_);
83 __ bind(&patch_site_);
89 int delta_to_patch_site = masm_->InstructionsGeneratedSince(&patch_site_);
98 bool is_bound() const { return patch_site_.is_bound(); }
102 Label patch_site_;