• Home
  • Raw
  • Download

Lines Matching refs:nativeCode

5188         GateRef nativeCode = Load(VariableType::NATIVE_POINTER(), method,  in JSCallDispatch()  local
5196 CallFastPath(glue, nativeCode, func, thisValue, actualNumArgs, callField, in JSCallDispatch()
5200 { nativeCode, glue, numArgs, func, newTarget, thisValue }); in JSCallDispatch()
5206 { nativeCode, glue, numArgs, func, newTarget, thisValue }); in JSCallDispatch()
5210 CallFastPath(glue, nativeCode, func, thisValue, actualNumArgs, callField, in JSCallDispatch()
5214 { nativeCode, glue, numArgs, func, newTarget, thisValue, data[0]}); in JSCallDispatch()
5220 { nativeCode, glue, numArgs, func, newTarget, thisValue, data[0]}); in JSCallDispatch()
5224 CallFastPath(glue, nativeCode, func, thisValue, actualNumArgs, callField, in JSCallDispatch()
5228 { nativeCode, glue, numArgs, func, newTarget, thisValue, data[0], data[1] }); in JSCallDispatch()
5234 { nativeCode, glue, numArgs, func, newTarget, thisValue, data[0], data[1] }); in JSCallDispatch()
5238 CallFastPath(glue, nativeCode, func, thisValue, actualNumArgs, callField, in JSCallDispatch()
5242 { nativeCode, glue, numArgs, func, in JSCallDispatch()
5249 { nativeCode, glue, numArgs, func, in JSCallDispatch()
5261 { glue, nativeCode, func, thisValue, data[0], data[1] }); in JSCallDispatch()
5265 CallFastPath(glue, nativeCode, func, thisValue, actualNumArgs, callField, in JSCallDispatch()
5269 { glue, nativeCode, func, data[2], data[0], data[1] }); in JSCallDispatch()
5274 { nativeCode, glue, numArgs, func, newTarget, data[0] }); in JSCallDispatch()
5278 { nativeCode, glue, numArgs, func, newTarget, data[0], data[1] }); in JSCallDispatch()
5282 … { nativeCode, glue, numArgs, func, newTarget, data[0], data[1], data[2], data[3] }); in JSCallDispatch()
5743 void StubBuilder::CallFastPath(GateRef glue, GateRef nativeCode, GateRef func, GateRef thisValue, in CallFastPath() argument
5759 … ret = DispatchBuiltins(glue, builtinId, { glue, nativeCode, func, Undefined(), thisValue, numArgs, in CallFastPath()
5763 ret = DispatchBuiltins(glue, builtinId, { glue, nativeCode, func, Undefined(), in CallFastPath()
5767 … ret = DispatchBuiltins(glue, builtinId, { glue, nativeCode, func, Undefined(), thisValue, in CallFastPath()
5771 … ret = DispatchBuiltins(glue, builtinId, { glue, nativeCode, func, Undefined(), thisValue, in CallFastPath()
5776 … ret = DispatchBuiltinsWithArgv(glue, builtinId, { glue, nativeCode, func, func, thisValue, in CallFastPath()