Searched refs:constructArrayWithSizeQuirk (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DArrayConstructor.cpp76 JSObject* constructArrayWithSizeQuirk(ExecState* exec, ArrayAllocationProfile* profile, JSGlobalObject* globalObject, JSValue length) function in namespace:JSC
87 static inline JSObject* constructArrayWithSizeQuirk(ExecState* exec, const ArgList& args) function in namespace:JSC
93 return constructArrayWithSizeQuirk(exec, 0, globalObject, args.at(0));
102 return JSValue::encode(constructArrayWithSizeQuirk(exec, args));
114 return JSValue::encode(constructArrayWithSizeQuirk(exec, args));
H A DArrayConstructor.h62 JSObject* constructArrayWithSizeQuirk(ExecState*, ArrayAllocationProfile*, JSGlobalObject*, JSValue);
/macosx-10.10.1/JavaScriptCore-7600.1.17/llint/
H A DLLIntSlowPaths.cpp521 LLINT_RETURN(constructArrayWithSizeQuirk(exec, pc[3].u.arrayAllocationProfile, exec->lexicalGlobalObject(), LLINT_OP_C(2).jsValue()));
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DJITOperations.cpp945 return JSValue::encode(constructArrayWithSizeQuirk(exec, profile, exec->lexicalGlobalObject(), sizeValue));

Completed in 81 milliseconds