Home | History | Annotate | Download | only in compiler

Lines Matching defs:cache_length

1337     Node* cache_length = NewNode(common()->Projection(2), prepare);
1342 environment()->Push(cache_length);
1352 Node* cache_length = environment()->Peek(1);
1358 Node* exit_cond = NewNode(javascript()->ForInDone(), index, cache_length);