Home | History | Annotate | Download | only in ic

Lines Matching refs:next_entry

68     Label next_entry(this);
71 GotoIf(WordNotEqual(receiver_map, cached_map), &next_entry);
78 Bind(&next_entry);
90 Label next_entry(this);
91 GotoIf(WordNotEqual(receiver_map, cached_map), &next_entry);
98 Bind(&next_entry);
121 Label next_entry(this);
122 GotoIf(WordNotEqual(receiver_map, cached_map), &next_entry);
135 Bind(&next_entry);