Home
last modified time | relevance | path

Searched refs:height_in_bytes (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/x64/
Ddeoptimizer-x64.cc223 unsigned height_in_bytes = height * kPointerSize; in DoComputeOsrOutputFrame() local
224 USE(height_in_bytes); in DoComputeOsrOutputFrame()
228 ASSERT(fixed_size + height_in_bytes == input_frame_size); in DoComputeOsrOutputFrame()
344 unsigned height_in_bytes = height * kPointerSize; in DoComputeArgumentsAdaptorFrame() local
346 PrintF(" translating arguments adaptor => height=%d\n", height_in_bytes); in DoComputeArgumentsAdaptorFrame()
350 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeArgumentsAdaptorFrame()
447 unsigned height_in_bytes = height * kPointerSize; in DoComputeConstructStubFrame() local
449 PrintF(" translating construct stub => height=%d\n", height_in_bytes); in DoComputeConstructStubFrame()
453 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeConstructStubFrame()
566 unsigned height_in_bytes = height * kPointerSize; in DoComputeJSFrame() local
[all …]
/external/v8/src/mips/
Ddeoptimizer-mips.cc236 unsigned height_in_bytes = height * kPointerSize; in DoComputeOsrOutputFrame() local
237 USE(height_in_bytes); in DoComputeOsrOutputFrame()
241 ASSERT(fixed_size + height_in_bytes == input_frame_size); in DoComputeOsrOutputFrame()
356 unsigned height_in_bytes = height * kPointerSize; in DoComputeArgumentsAdaptorFrame() local
358 PrintF(" translating arguments adaptor => height=%d\n", height_in_bytes); in DoComputeArgumentsAdaptorFrame()
362 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeArgumentsAdaptorFrame()
454 unsigned height_in_bytes = height * kPointerSize; in DoComputeConstructStubFrame() local
456 PrintF(" translating construct stub => height=%d\n", height_in_bytes); in DoComputeConstructStubFrame()
460 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeConstructStubFrame()
578 unsigned height_in_bytes = height * kPointerSize; in DoComputeJSFrame() local
[all …]
/external/v8/src/arm/
Ddeoptimizer-arm.cc246 unsigned height_in_bytes = height * kPointerSize; in DoComputeOsrOutputFrame() local
247 USE(height_in_bytes); in DoComputeOsrOutputFrame()
251 ASSERT(fixed_size + height_in_bytes == input_frame_size); in DoComputeOsrOutputFrame()
366 unsigned height_in_bytes = height * kPointerSize; in DoComputeArgumentsAdaptorFrame() local
368 PrintF(" translating arguments adaptor => height=%d\n", height_in_bytes); in DoComputeArgumentsAdaptorFrame()
372 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeArgumentsAdaptorFrame()
464 unsigned height_in_bytes = height * kPointerSize; in DoComputeConstructStubFrame() local
466 PrintF(" translating construct stub => height=%d\n", height_in_bytes); in DoComputeConstructStubFrame()
470 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeConstructStubFrame()
588 unsigned height_in_bytes = height * kPointerSize; in DoComputeJSFrame() local
[all …]
/external/v8/src/ia32/
Ddeoptimizer-ia32.cc337 unsigned height_in_bytes = height * kPointerSize; in DoComputeOsrOutputFrame() local
338 USE(height_in_bytes); in DoComputeOsrOutputFrame()
342 ASSERT(fixed_size + height_in_bytes == input_frame_size); in DoComputeOsrOutputFrame()
457 unsigned height_in_bytes = height * kPointerSize; in DoComputeArgumentsAdaptorFrame() local
459 PrintF(" translating arguments adaptor => height=%d\n", height_in_bytes); in DoComputeArgumentsAdaptorFrame()
463 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeArgumentsAdaptorFrame()
555 unsigned height_in_bytes = height * kPointerSize; in DoComputeConstructStubFrame() local
557 PrintF(" translating construct stub => height=%d\n", height_in_bytes); in DoComputeConstructStubFrame()
561 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeConstructStubFrame()
667 unsigned height_in_bytes = height * kPointerSize; in DoComputeJSFrame() local
[all …]
/external/chromium_org/v8/src/
Ddeoptimizer.cc856 unsigned height_in_bytes = height * kPointerSize; in DoComputeJSFrame() local
861 " => node=%d, height=%d\n", node_id.ToInt(), height_in_bytes); in DoComputeJSFrame()
868 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeJSFrame()
896 height_in_bytes + has_alignment_padding_ * kPointerSize; in DoComputeJSFrame()
1040 unsigned height_in_bytes = height * kPointerSize; in DoComputeArgumentsAdaptorFrame() local
1043 " translating arguments adaptor => height=%d\n", height_in_bytes); in DoComputeArgumentsAdaptorFrame()
1047 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeArgumentsAdaptorFrame()
1149 unsigned height_in_bytes = height * kPointerSize; in DoComputeConstructStubFrame() local
1152 " translating construct stub => height=%d\n", height_in_bytes); in DoComputeConstructStubFrame()
1156 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeConstructStubFrame()
[all …]