Home | History | Annotate | Download | only in interpreter

Lines Matching refs:cache_length

1657 // and cache_length respectively.
1664 // 0 == cache_type, 1 == cache_array, 2 == cache_length
1721 // ForInDone <index> <cache_length>
1728 Node* cache_length = __ LoadRegister(cache_length_reg);
1730 // Check if {index} is at {cache_length} already.
1732 __ BranchIfWordEqual(index, cache_length, &if_true, &if_false);