Home | History | Annotate | Download | only in crankshaft

Lines Matching refs:instructions_

267       instructions_(32, info->zone()),
277 return LLabel::cast(instructions_[first_instruction]);
336 instructions_.Add(gap, zone());
337 index = instructions_.length();
338 instructions_.Add(instr, zone());
340 index = instructions_.length();
341 instructions_.Add(instr, zone());
342 instructions_.Add(gap, zone());
377 return LGap::cast(instructions_[index]);
382 return instructions_[index]->IsGap();