Home
last modified time | relevance | path

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

/external/v8/src/
Ddeoptimizer.cc806 int frame_index, bool goto_catch_handler) { in DoComputeJSFrame() argument
818 if (goto_catch_handler) { in DoComputeJSFrame()
834 height_in_bytes, goto_catch_handler ? " (throw)" : ""); in DoComputeJSFrame()
936 if (goto_catch_handler) { in DoComputeJSFrame()
979 if (goto_catch_handler) { in DoComputeJSFrame()
1008 unsigned pc_offset = goto_catch_handler in DoComputeJSFrame()
1017 goto_catch_handler in DoComputeJSFrame()
1049 bool goto_catch_handler) { in DoComputeInterpretedFrame() argument
1076 goto_catch_handler ? " (throw)" : ""); in DoComputeInterpretedFrame()
1078 if (goto_catch_handler) { in DoComputeInterpretedFrame()
[all …]
Ddeoptimizer.h523 bool goto_catch_handler);
525 int frame_index, bool goto_catch_handler);