Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Ddeoptimizer.cc888 unsigned height_in_bytes = height * kPointerSize; in DoComputeJSFrame() local
893 " => node=%d, height=%d\n", node_id.ToInt(), height_in_bytes); in DoComputeJSFrame()
900 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeJSFrame()
931 height_in_bytes + has_alignment_padding_ * kPointerSize; in DoComputeJSFrame()
1118 unsigned height_in_bytes = height * kPointerSize; in DoComputeArgumentsAdaptorFrame() local
1121 " translating arguments adaptor => height=%d\n", height_in_bytes); in DoComputeArgumentsAdaptorFrame()
1125 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeArgumentsAdaptorFrame()
1244 unsigned height_in_bytes = height * kPointerSize; in DoComputeConstructStubFrame() local
1247 " translating construct stub => height=%d\n", height_in_bytes); in DoComputeConstructStubFrame()
1251 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeConstructStubFrame()
[all …]