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

  /external/v8/src/arm/
deoptimizer-arm.cc 256 unsigned output_frame_size = fixed_size + stack_slot_size + outgoing_size; local
266 output_frame_size);
272 output_[0] = new(output_frame_size) FrameDescription(
273 output_frame_size, function_);
278 unsigned output_offset = output_frame_size - kPointerSize;
372 unsigned output_frame_size = height_in_bytes + fixed_frame_size; local
376 new(output_frame_size) FrameDescription(output_frame_size, function);
387 top_address = output_[frame_index - 1]->GetTop() - output_frame_size;
392 unsigned output_offset = output_frame_size;
470 unsigned output_frame_size = height_in_bytes + fixed_frame_size; local
599 unsigned output_frame_size = height_in_bytes + fixed_frame_size; local
    [all...]
  /external/v8/src/ia32/
deoptimizer-ia32.cc 347 unsigned output_frame_size = fixed_size + stack_slot_size + outgoing_size; local
357 output_frame_size);
363 output_[0] = new(output_frame_size) FrameDescription(
364 output_frame_size, function_);
369 unsigned output_offset = output_frame_size - kPointerSize;
463 unsigned output_frame_size = height_in_bytes + fixed_frame_size; local
467 new(output_frame_size) FrameDescription(output_frame_size, function);
478 top_address = output_[frame_index - 1]->GetTop() - output_frame_size;
483 unsigned output_offset = output_frame_size;
561 unsigned output_frame_size = height_in_bytes + fixed_frame_size; local
678 unsigned output_frame_size = height_in_bytes + fixed_frame_size; local
    [all...]
  /external/v8/src/mips/
deoptimizer-mips.cc 246 unsigned output_frame_size = fixed_size + stack_slot_size + outgoing_size; local
256 output_frame_size);
262 output_[0] = new(output_frame_size) FrameDescription(
263 output_frame_size, function_);
268 unsigned output_offset = output_frame_size - kPointerSize;
362 unsigned output_frame_size = height_in_bytes + fixed_frame_size; local
366 new(output_frame_size) FrameDescription(output_frame_size, function);
377 top_address = output_[frame_index - 1]->GetTop() - output_frame_size;
382 unsigned output_offset = output_frame_size;
460 unsigned output_frame_size = height_in_bytes + fixed_frame_size; local
589 unsigned output_frame_size = height_in_bytes + fixed_frame_size; local
    [all...]
  /external/v8/src/x64/
deoptimizer-x64.cc 233 unsigned output_frame_size = fixed_size + stack_slot_size + outgoing_size; local
243 output_frame_size);
249 output_[0] = new(output_frame_size) FrameDescription(
250 output_frame_size, function_);
255 unsigned output_offset = output_frame_size - kPointerSize;
350 unsigned output_frame_size = height_in_bytes + fixed_frame_size; local
354 new(output_frame_size) FrameDescription(output_frame_size, function);
365 top_address = output_[frame_index - 1]->GetTop() - output_frame_size;
370 unsigned output_offset = output_frame_size;
453 unsigned output_frame_size = height_in_bytes + fixed_frame_size; local
577 unsigned output_frame_size = height_in_bytes + fixed_frame_size; local
    [all...]

Completed in 361 milliseconds