Lines Matching defs:objBuilder
1742 NewObjectStubBuilder objBuilder(env);
1743 GateRef taggedArray = objBuilder.NewTaggedArray(glue_, builder_.Int32(length));
1754 NewObjectStubBuilder objBuilder(&env);
1766 GateRef superFunc = objBuilder.GetPrototype(glue_, func);
1768 CheckSuperAndNewTarget(objBuilder, superFunc, newTarget, thisObj, fastPath, slowPath);
1774 result = objBuilder.ConstructorCheck(glue_, superFunc, *result, *thisObj);
1789 NewObjectStubBuilder objBuilder(&env);
1805 NewObjectStubBuilder objBuilder(&env);
1816 GateRef superFunc = objBuilder.GetPrototype(glue_, func);
1817 CheckSuperAndNewTarget(objBuilder, superFunc, newTarget, thisObj, fastPath, slowPath);
1825 result = objBuilder.ConstructorCheck(glue_, superFunc, *result, *thisObj);
1917 void SlowPathLowering::CheckSuperAndNewTarget(NewObjectStubBuilder &objBuilder, GateRef super, Variable &newTarget,
1940 thisObj = objBuilder.FastSuperAllocateThis(glue_, super, *newTarget);
1947 NewObjectStubBuilder objBuilder(&env);
1954 GateRef super = objBuilder.GetPrototype(glue_, func);
1963 CheckSuperAndNewTarget(objBuilder, super, newTarget, thisObj, fastPath, slowPath);
1983 result = objBuilder.ConstructorCheck(glue_, super, *result, *thisObj);