Home | History | Annotate | Download | only in src

Lines Matching defs:total_size

1946   int total_size = number_of_fields + unused;
1947 int external = total_size - inobject;
1991 Handle<FixedArray> array = isolate->factory()->NewFixedArray(total_size);
2028 if (target_index < 0) target_index += total_size;
2042 if (target_index < 0) target_index += total_size;