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