HomeSort by relevance Sort by last modified time
    Searched refs:outgoing_size (Results 1 - 7 of 7) sorted by null

  /external/quake/quake/src/QW/client/
net.h 97 int outgoing_size[MAX_LATENT]; member in struct:__anon12938
net_chan.c 288 chan->outgoing_size[i] = send.cursize;
381 if (chan->outgoing_size[i] < 512)
383 rate = chan->outgoing_size[i]/time;
  /external/v8/src/arm/
deoptimizer-arm.cc 255 unsigned outgoing_size = outgoing_height * kPointerSize; local
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.
    [all...]
  /external/v8/src/ia32/
deoptimizer-ia32.cc 346 unsigned outgoing_size = outgoing_height * kPointerSize; local
347 unsigned output_frame_size = fixed_size + stack_slot_size + outgoing_size;
348 ASSERT(outgoing_size == 0); // OSR does not happen in the middle of a call.
    [all...]
  /external/v8/src/mips/
deoptimizer-mips.cc 245 unsigned outgoing_size = outgoing_height * kPointerSize; local
246 unsigned output_frame_size = fixed_size + stack_slot_size + outgoing_size;
247 ASSERT(outgoing_size == 0); // OSR does not happen in the middle of a call.
    [all...]
  /external/v8/src/x64/
deoptimizer-x64.cc 232 unsigned outgoing_size = outgoing_height * kPointerSize; local
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.
    [all...]
  /external/v8/src/
deoptimizer.cc 1099 unsigned outgoing_size = ComputeOutgoingArgumentSize(); local
    [all...]

Completed in 9879 milliseconds