Home | History | Annotate | Download | only in mips

Lines Matching full:patch_site_

76     ASSERT(patch_site_.is_bound() == info_emitted_);
82 ASSERT(!patch_site_.is_bound() && !info_emitted_);
84 __ bind(&patch_site_);
94 ASSERT(!patch_site_.is_bound() && !info_emitted_);
95 __ bind(&patch_site_);
102 if (patch_site_.is_bound()) {
103 int delta_to_patch_site = masm_->InstructionsGeneratedSince(&patch_site_);
116 Label patch_site_;