Home
last modified time | relevance | path

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

/external/v8/src/x64/
Ddeoptimizer-x64.cc227 unsigned input_frame_size = input_->GetFrameSize(); in DoComputeOsrOutputFrame() local
228 ASSERT(fixed_size + height_in_bytes == input_frame_size); in DoComputeOsrOutputFrame()
242 input_frame_size, in DoComputeOsrOutputFrame()
264 int input_offset = input_frame_size - kPointerSize; in DoComputeOsrOutputFrame()
576 unsigned input_frame_size = input_->GetFrameSize(); in DoComputeJSFrame() local
607 unsigned input_offset = input_frame_size; in DoComputeJSFrame()
/external/v8/src/mips/
Ddeoptimizer-mips.cc240 unsigned input_frame_size = input_->GetFrameSize(); in DoComputeOsrOutputFrame() local
241 ASSERT(fixed_size + height_in_bytes == input_frame_size); in DoComputeOsrOutputFrame()
255 input_frame_size, in DoComputeOsrOutputFrame()
277 int input_offset = input_frame_size - kPointerSize; in DoComputeOsrOutputFrame()
588 unsigned input_frame_size = input_->GetFrameSize(); in DoComputeJSFrame() local
619 unsigned input_offset = input_frame_size; in DoComputeJSFrame()
/external/v8/src/arm/
Ddeoptimizer-arm.cc250 unsigned input_frame_size = input_->GetFrameSize(); in DoComputeOsrOutputFrame() local
251 ASSERT(fixed_size + height_in_bytes == input_frame_size); in DoComputeOsrOutputFrame()
265 input_frame_size, in DoComputeOsrOutputFrame()
287 int input_offset = input_frame_size - kPointerSize; in DoComputeOsrOutputFrame()
598 unsigned input_frame_size = input_->GetFrameSize(); in DoComputeJSFrame() local
629 unsigned input_offset = input_frame_size; in DoComputeJSFrame()
/external/v8/src/ia32/
Ddeoptimizer-ia32.cc341 unsigned input_frame_size = input_->GetFrameSize(); in DoComputeOsrOutputFrame() local
342 ASSERT(fixed_size + height_in_bytes == input_frame_size); in DoComputeOsrOutputFrame()
356 input_frame_size, in DoComputeOsrOutputFrame()
378 int input_offset = input_frame_size - kPointerSize; in DoComputeOsrOutputFrame()
677 unsigned input_frame_size = input_->GetFrameSize(); in DoComputeJSFrame() local
708 unsigned input_offset = input_frame_size; in DoComputeJSFrame()
/external/chromium_org/v8/src/ia32/
Ddeoptimizer-ia32.cc222 unsigned input_frame_size = input_->GetFrameSize(); in HasAlignmentPadding() local
224 input_frame_size - parameter_count * kPointerSize - in HasAlignmentPadding()
/external/chromium_org/v8/src/
Ddeoptimizer.cc867 unsigned input_frame_size = input_->GetFrameSize(); in DoComputeJSFrame() local
905 unsigned input_offset = input_frame_size; in DoComputeJSFrame()
1466 int input_frame_size = input_->GetFrameSize(); in DoComputeCompiledStubFrame() local
1492 unsigned input_frame_offset = input_frame_size - kPCOnStackSize; in DoComputeCompiledStubFrame()