Lines Matching refs:outgoing_size
255 unsigned outgoing_size = outgoing_height * kPointerSize;256 unsigned output_frame_size = fixed_size + stack_slot_size + outgoing_size;257 ASSERT(outgoing_size == 0); // OSR does not happen in the middle of a call.