Home
last modified time | relevance | path

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

/external/v8/src/deoptimizer/
Ddeoptimizer.cc954 bool goto_catch_handler) { in DoComputeInterpretedFrame() argument
963 goto_catch_handler ? catch_handler_pc_offset_ : real_bytecode_offset; in DoComputeInterpretedFrame()
992 output_frame_size, goto_catch_handler ? " (throw)" : ""); in DoComputeInterpretedFrame()
1079 if (goto_catch_handler) { in DoComputeInterpretedFrame()
1132 if (is_topmost && !goto_catch_handler && in DoComputeInterpretedFrame()
1172 if (goto_catch_handler) { in DoComputeInterpretedFrame()
1207 !goto_catch_handler in DoComputeInterpretedFrame()
Ddeoptimizer.h562 int frame_index, bool goto_catch_handler);