Searched refs:after_compile_handler_depth (Results 1 – 1 of 1) sorted by relevance
8053 static int after_compile_handler_depth = 0; variable8055 CHECK_EQ(0, after_compile_handler_depth); in HandleInterrupt()8061 ++after_compile_handler_depth; in NoInterruptsOnDebugEvent()8063 CHECK(after_compile_handler_depth <= 1); in NoInterruptsOnDebugEvent()8067 --after_compile_handler_depth; in NoInterruptsOnDebugEvent()