Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-promise.cc1037 Node* const is_debug_active = IsDebugActive(); in TF_BUILTIN() local
1075 GotoIfNot(is_debug_active, &run_executor); in TF_BUILTIN()
1093 Branch(is_debug_active, &debug_pop, &out); in TF_BUILTIN()
1100 Branch(is_debug_active, &debug_pop, &out); in TF_BUILTIN()
1252 Node* const is_debug_active = IsDebugActive(); in TF_BUILTIN() local
1256 GotoIfNot(is_debug_active, &promisehook_before); in TF_BUILTIN()
1342 GotoIfNot(is_debug_active, &out); in TF_BUILTIN()
/external/v8/src/
Dcode-stub-assembler.cc8308 Node* is_debug_active = Load( in IsDebugActive() local
8311 return Word32NotEqual(is_debug_active, Int32Constant(0)); in IsDebugActive()