Home | History | Annotate | Download | only in compiler

Lines Matching defs:instance_size

1552   int const instance_size = instance_map->instance_size();
1553 if (instance_size > kMaxRegularHeapObjectSize) return NoChange();
1562 jsgraph()->Constant(instance_size), effect, control);
1574 for (int offset = JSObject::kHeaderSize; offset < instance_size;