Home
last modified time | relevance | path

Searched refs:superConstructor (Results 1 – 2 of 2) sorted by relevance

/external/v8/benchmarks/
Ddeltablue.js53 this.superConstructor = shuper;
213 UnaryConstraint.superConstructor.call(this, strength);
294 StayConstraint.superConstructor.call(this, v, str);
312 EditConstraint.superConstructor.call(this, v, str);
342 BinaryConstraint.superConstructor.call(this, strength);
459 ScaleConstraint.superConstructor.call(this, src, dest, strength);
468 ScaleConstraint.superConstructor.prototype.addToGraph.call(this); class in ScaleConstraint
474 ScaleConstraint.superConstructor.prototype.removeFromGraph.call(this);
480 ScaleConstraint.superConstructor.prototype.markInputs.call(this, mark);
515 EqualityConstraint.superConstructor.call(this, var1, var2, strength);
/external/dexmaker/dexmaker/src/main/java/com/android/dx/stock/
DProxyBuilder.java605 MethodId<T, ?> superConstructor = superType.getConstructor(types); in generateConstructorsAndFields() local
606 constructorCode.invokeDirect(superConstructor, null, thisRef, params); in generateConstructorsAndFields()