Searched refs:is_debug_active (Results 1 – 2 of 2) sorted by relevance
835 Node* const is_debug_active = IsDebugActive(); in TF_BUILTIN() local873 GotoIfNot(is_debug_active, &run_executor); in TF_BUILTIN()891 Branch(is_debug_active, &debug_pop, &out); in TF_BUILTIN()897 Branch(is_debug_active, &debug_pop, &out); in TF_BUILTIN()
12241 Node* is_debug_active = Load( in IsDebugActive() local12244 return Word32NotEqual(is_debug_active, Int32Constant(0)); in IsDebugActive()