Home | History | Annotate | Download | only in interpreter

Lines Matching defs:cache_length

1712 // ForInPrepare <cache_type> <cache_array> <cache_length>
1716 // |cache_length| represent output parameters.
1721 // 0 == cache_type, 1 == cache_array, 2 == cache_length
1750 // ForInDone <index> <cache_length>
1758 Node* cache_length = __ LoadRegister(cache_length_reg);
1759 Node* result = __ CallRuntime(Runtime::kForInDone, index, cache_length);