Home | History | Annotate | Download | only in src

Lines Matching full:instrs

1441   const ZoneList<LInstruction*>* instrs = chunk_->instructions();
1445 while (++index < instrs->length() &&
1446 !instrs->at(index)->IsOsrEntry()) {
1448 ASSERT(index < instrs->length());
1449 LOsrEntry* instruction = LOsrEntry::cast(instrs->at(index));