Home
last modified time | relevance | path

Searched refs:IsDebugActive (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-async-function.cc170 GotoIf(IsDebugActive(), &if_is_debug_active); in TF_BUILTIN()
193 GotoIf(IsDebugActive(), &if_is_debug_active); in TF_BUILTIN()
Dbuiltins-async.cc55 GotoIfNot(IsDebugActive(), &do_perform_promise_then); in Await()
Dbuiltins-promise.cc802 GotoIfNot(IsDebugActive(), &enqueue); in InternalResolvePromise()
881 GotoIfNot(IsDebugActive(), &do_promisereset); in PromiseFulfill()
953 GotoIfNot(IsDebugActive(), &out); in InternalPromiseReject()
970 GotoIfNot(IsDebugActive(), &run_promise_hook); in InternalPromiseReject()
1049 Node* const is_debug_active = IsDebugActive(); in TF_BUILTIN()
1264 Node* const is_debug_active = IsDebugActive(); in TF_BUILTIN()
/external/v8/src/
Dcode-stub-assembler.h1237 Node* IsDebugActive();
Dcode-stub-assembler.cc8307 Node* CodeStubAssembler::IsDebugActive() { in IsDebugActive() function in v8::internal::CodeStubAssembler