Home | History | Annotate | Download | only in arm

Lines Matching full:patch_site_

66     ASSERT(patch_site_.is_bound() == info_emitted_);
72 ASSERT(!patch_site_.is_bound() && !info_emitted_);
74 __ bind(&patch_site_);
85 ASSERT(!patch_site_.is_bound() && !info_emitted_);
87 __ bind(&patch_site_);
93 if (patch_site_.is_bound()) {
94 int delta_to_patch_site = masm_->InstructionsGeneratedSince(&patch_site_);
108 Label patch_site_;