Home | History | Annotate | Download | only in compiler

Lines Matching full:special

411   // A special {Parameter} index for Stub Calls that represents context.
413 return parameter_count + 0; // Parameter (arity + 0) is special.
416 // A special {Parameter} index for JSCalls that represents the new target.
418 return parameter_count + 0; // Parameter (arity + 0) is special.
421 // A special {Parameter} index for JSCalls that represents the argument count.
423 return parameter_count + 1; // Parameter (arity + 1) is special.
426 // A special {Parameter} index for JSCalls that represents the context.
428 return parameter_count + 2; // Parameter (arity + 2) is special.
431 // A special {Parameter} index for JSCalls that represents the closure.
434 // A special {OsrValue} index to indicate the context spill slot.
437 // A special {OsrValue} index to indicate the accumulator register.