Lines Matching refs:constructor
239 // Extract constructor and original constructor function.
242 Handle<JSFunction> constructor =
246 DCHECK(constructor->IsConstructor());
250 if (IsAllocationInlineable(constructor, original_constructor)) {
632 // TODO(mstarzinger): Array constructor can throw. Hook up exceptional edges.
642 // Attempt to inline calls to the Array constructor for the relevant cases