Lines Matching defs:length
813 DCHECK_EQ(array_index, data->length());
1718 for (int i = 0; i < statements->length(); i++) {
1882 for (int i = 0; i < cases->length(); ++i) {
1911 IsSpreadAcceptable(static_cast<int>(spread), cases->length())) {
2001 int n_comp_cases = clauses->length();
2077 FeedbackSlot slot = clauses->length() > 0
2082 for (int i = 0; i < clauses->length(); ++i) {
2109 for (int i = 0; i < clauses->length(); ++i) {
2586 for (int i = 0; i < expr->private_members()->length(); i++) {
2655 for (int i = 0; i < expr->public_members()->length(); i++) {
2868 for (int i = 0; i < stmt->fields()->length(); i++) {
2875 for (int i = 0; i < stmt->elements()->length(); i++) {
3093 for (; property_index < expr->properties()->length(); property_index++) {
3190 for (; property_index < expr->properties()->length(); property_index++) {
3371 // used for adding those elements. The next index is the length of the
3373 auto length = ast_string_constants()->length_string();
3376 ->LoadNamedProperty(array, length, length_load_slot)
3495 // literal.length = ++index
3497 auto length = ast_string_constants()->length_string();
3502 .SetNamedProperty(array, length, feedback_index(length_slot.Get()),
4333 register_allocator()->NewRegisterList(pattern->properties()->length());
4425 DCHECK_EQ(i, pattern->properties()->length() - 1);
5365 for (int i = 0; i < static_cast<int>(args->length()); i++) {
5521 CHECK_EQ(receiver_arg_count + expr->arguments()->length(),
5527 if (expr->is_possibly_eval() && expr->arguments()->length() > 0) {
6451 DCHECK_GT(substitutions.length(), 0);
6452 DCHECK_EQ(parts.length(), substitutions.length() + 1);
6462 for (int i = 0; i < substitutions.length(); ++i) {