Home
last modified time | relevance | path

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

/external/v8/src/
Ddeoptimizer.cc829 bool goto_catch_handler) { in DoComputeInterpretedFrame() argument
856 goto_catch_handler ? " (throw)" : ""); in DoComputeInterpretedFrame()
858 if (goto_catch_handler) { in DoComputeInterpretedFrame()
950 if (goto_catch_handler) { in DoComputeInterpretedFrame()
1003 if (goto_catch_handler) { in DoComputeInterpretedFrame()
1029 !goto_catch_handler in DoComputeInterpretedFrame()
Ddeoptimizer.h551 int frame_index, bool goto_catch_handler);