Home
last modified time | relevance | path

Searched defs:output_frame_size (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/mips/
Ddeoptimizer-mips.cc246 unsigned output_frame_size = fixed_size + stack_slot_size + outgoing_size; in DoComputeOsrOutputFrame() local
362 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeArgumentsAdaptorFrame() local
460 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeConstructStubFrame() local
589 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeJSFrame() local
/external/v8/src/x64/
Ddeoptimizer-x64.cc233 unsigned output_frame_size = fixed_size + stack_slot_size + outgoing_size; in DoComputeOsrOutputFrame() local
350 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeArgumentsAdaptorFrame() local
453 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeConstructStubFrame() local
577 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeJSFrame() local
/external/v8/src/arm/
Ddeoptimizer-arm.cc256 unsigned output_frame_size = fixed_size + stack_slot_size + outgoing_size; in DoComputeOsrOutputFrame() local
372 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeArgumentsAdaptorFrame() local
470 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeConstructStubFrame() local
599 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeJSFrame() local
/external/v8/src/ia32/
Ddeoptimizer-ia32.cc347 unsigned output_frame_size = fixed_size + stack_slot_size + outgoing_size; in DoComputeOsrOutputFrame() local
463 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeArgumentsAdaptorFrame() local
561 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeConstructStubFrame() local
678 unsigned output_frame_size = height_in_bytes + fixed_frame_size; in DoComputeJSFrame() local