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

/external/v8/src/arm/
H A Ddeoptimizer-arm.cc255 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.
/external/v8/src/ia32/
H A Ddeoptimizer-ia32.cc346 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.
/external/v8/src/mips/
H A Ddeoptimizer-mips.cc245 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.
/external/v8/src/x64/
H A Ddeoptimizer-x64.cc232 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.
/external/v8/src/
H A Ddeoptimizer.cc1099 unsigned outgoing_size = ComputeOutgoingArgumentSize(); local
1100 ASSERT(result == fixed_size + (stack_slots * kPointerSize) + outgoing_size);
/external/chromium_org/v8/src/
H A Ddeoptimizer.cc2465 unsigned outgoing_size = ComputeOutgoingArgumentSize();
2466 ASSERT(result == fixed_size + (stack_slots * kPointerSize) + outgoing_size);

Completed in 64 milliseconds