Searched refs:IsSideEffectFreeDebuggingActive (Results 1 – 4 of 4) sorted by relevance
748 GotoIf(IsSideEffectFreeDebuggingActive(), &slow); in HandleLoadICSmiHandlerLoadNamedCase()759 GotoIf(IsSideEffectFreeDebuggingActive(), &slow); in HandleLoadICSmiHandlerLoadNamedCase()1964 GotoIf(IsSideEffectFreeDebuggingActive(), &if_slow); in HandleStoreICProtoHandler()
3677 TNode<BoolT> IsSideEffectFreeDebuggingActive();
9749 GotoIf(IsSideEffectFreeDebuggingActive(), &runtime); in CallGetterIfAccessor()14560 TNode<BoolT> CodeStubAssembler::IsSideEffectFreeDebuggingActive() { in IsSideEffectFreeDebuggingActive() function in v8::internal::CodeStubAssembler
151218 - GotoIf(IsSideEffectFreeDebuggingActive(), &slow);151226 + GotoIf(IsSideEffectFreeDebuggingActive(), &slow);