Home
last modified time | relevance | path

Searched refs:outgoing_size (Results 1 – 6 of 6) sorted by relevance

/external/quake/quake/src/QW/client/
Dnet_chan.c288 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()
Dnet.h97 int outgoing_size[MAX_LATENT]; member
/external/v8/src/arm/
Ddeoptimizer-arm.cc254 unsigned outgoing_size = outgoing_height * kPointerSize; in DoComputeOsrOutputFrame() local
255 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()
/external/v8/src/x64/
Ddeoptimizer-x64.cc324 unsigned outgoing_size = outgoing_height * kPointerSize; in DoComputeOsrOutputFrame() local
325 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()
/external/v8/src/ia32/
Ddeoptimizer-ia32.cc332 unsigned outgoing_size = outgoing_height * kPointerSize; in DoComputeOsrOutputFrame() local
333 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()
/external/v8/src/
Ddeoptimizer.cc841 unsigned outgoing_size = ComputeOutgoingArgumentSize(); in ComputeInputFrameSize() local
842 ASSERT(result == fixed_size + (stack_slots * kPointerSize) + outgoing_size); in ComputeInputFrameSize()