Lines Matching refs:function
43 if (info->function() != NULL) {
44 // If we already have the function literal, use the number of parameters
46 incoming_ = GetJSCallDescriptor(1 + info->function()->parameter_count());
48 // If we are compiling a JS function, use a JS call descriptor,
69 // Local or spill slot. Skip the frame pointer, function, and
96 Runtime::FunctionId function, int parameter_count,
98 return GetRuntimeCallDescriptor(function, parameter_count, properties,
112 bool Linkage::NeedsFrameState(Runtime::FunctionId function) {
118 switch (function) {
147 Runtime::FunctionId function, int parameter_count,