Searched refs:outgoing_size (Results 1 – 6 of 6) sorted by relevance
288 chan->outgoing_size[i] = send.cursize; in Netchan_Transmit()381 if (chan->outgoing_size[i] < 512) in Netchan_Process()383 rate = chan->outgoing_size[i]/time; in Netchan_Process()
97 int outgoing_size[MAX_LATENT]; member
254 unsigned outgoing_size = outgoing_height * kPointerSize; in DoComputeOsrOutputFrame() local255 unsigned output_frame_size = fixed_size + stack_slot_size + outgoing_size; in DoComputeOsrOutputFrame()256 ASSERT(outgoing_size == 0); // OSR does not happen in the middle of a call. in DoComputeOsrOutputFrame()
324 unsigned outgoing_size = outgoing_height * kPointerSize; in DoComputeOsrOutputFrame() local325 unsigned output_frame_size = fixed_size + stack_slot_size + outgoing_size; in DoComputeOsrOutputFrame()326 ASSERT(outgoing_size == 0); // OSR does not happen in the middle of a call. in DoComputeOsrOutputFrame()
332 unsigned outgoing_size = outgoing_height * kPointerSize; in DoComputeOsrOutputFrame() local333 unsigned output_frame_size = fixed_size + stack_slot_size + outgoing_size; in DoComputeOsrOutputFrame()334 ASSERT(outgoing_size == 0); // OSR does not happen in the middle of a call. in DoComputeOsrOutputFrame()
841 unsigned outgoing_size = ComputeOutgoingArgumentSize(); in ComputeInputFrameSize() local842 ASSERT(result == fixed_size + (stack_slots * kPointerSize) + outgoing_size); in ComputeInputFrameSize()