Home
last modified time | relevance | path

Searched refs:IsSideEffectFreeDebuggingActive (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/ic/
Daccessor-assembler.cc748 GotoIf(IsSideEffectFreeDebuggingActive(), &slow); in HandleLoadICSmiHandlerLoadNamedCase()
759 GotoIf(IsSideEffectFreeDebuggingActive(), &slow); in HandleLoadICSmiHandlerLoadNamedCase()
1964 GotoIf(IsSideEffectFreeDebuggingActive(), &if_slow); in HandleStoreICProtoHandler()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h3677 TNode<BoolT> IsSideEffectFreeDebuggingActive();
Dcode-stub-assembler.cc9749 GotoIf(IsSideEffectFreeDebuggingActive(), &runtime); in CallGetterIfAccessor()
14560 TNode<BoolT> CodeStubAssembler::IsSideEffectFreeDebuggingActive() { in IsSideEffectFreeDebuggingActive() function in v8::internal::CodeStubAssembler
/third_party/chromium/patch/
D0001-cve.patch151218 - GotoIf(IsSideEffectFreeDebuggingActive(), &slow);
151226 + GotoIf(IsSideEffectFreeDebuggingActive(), &slow);