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

  /external/quake/quake/src/QW/client/
net.h 97 int outgoing_size[MAX_LATENT]; member in struct:__anon10258
  /external/v8/src/arm/
deoptimizer-arm.cc 254 unsigned outgoing_size = outgoing_height * kPointerSize; local
255 unsigned output_frame_size = fixed_size + stack_slot_size + outgoing_size;
256 ASSERT(outgoing_size == 0); // OSR does not happen in the middle of a call.
  /external/v8/src/ia32/
deoptimizer-ia32.cc 332 unsigned outgoing_size = outgoing_height * kPointerSize; local
333 unsigned output_frame_size = fixed_size + stack_slot_size + outgoing_size;
334 ASSERT(outgoing_size == 0); // OSR does not happen in the middle of a call.
  /external/v8/src/x64/
deoptimizer-x64.cc 324 unsigned outgoing_size = outgoing_height * kPointerSize; local
325 unsigned output_frame_size = fixed_size + stack_slot_size + outgoing_size;
326 ASSERT(outgoing_size == 0); // OSR does not happen in the middle of a call.
  /external/v8/src/
deoptimizer.cc 841 unsigned outgoing_size = ComputeOutgoingArgumentSize(); local
842 ASSERT(result == fixed_size + (stack_slots * kPointerSize) + outgoing_size);
    [all...]

Completed in 231 milliseconds