Lines Matching full:area
185 // Load the overflow area pointer.
214 // overflow area pointer to the argument type.
267 // Here we have check if the argument is in register area or
268 // in overflow area.
269 // If the saved register area pointer + argsize rounded up to alignment >
270 // saved register area end pointer, argument is in overflow area.
285 // Argument may be in saved register area
288 // Load the current saved register area pointer.
294 // Load the saved register area end pointer.
335 // Argument in saved register area
336 // Implement the block where argument is in register saved area
348 // Argument in overflow area
349 // Implement the block where the argument is in overflow area.
352 // Load the overflow area pointer
358 // Align the overflow area pointer according to the alignment of the argument
378 // Get the pointer for next argument in overflow area and store it
379 // to overflow area pointer.
391 // Bitcast the overflow area pointer to the type of argument.