Searched refs:closure_ (Results 1 – 13 of 13) sorted by relevance
15 : closure_(closure) { in ScopedClosureRunner()19 if (!closure_.is_null()) in ~ScopedClosureRunner()20 closure_.Run(); in ~ScopedClosureRunner()31 closure_ = closure; in Reset()37 Closure result = closure_; in Release()38 closure_.Reset(); in Release()
32 : closure_(closure) {} in CriticalClosure()37 return closure_.Run(); in Run()42 Callback<R(void)> closure_; variable
43 Closure closure_;
307 fd_(fd), base_mode_(base_mode), persistent_(persistent), closure_(task) {} in IOTask()374 if (closure_.is_null()) { in OnFileReadyPostedTask()392 closure_.Run(); in OnFileReadyPostedTask()396 Closure closure_copy = std::move(closure_); in OnFileReadyPostedTask()409 if (closure_.is_null()) in CancelTask()425 closure_ = Closure(); in CancelTask()
131 base::Closure closure_; variable
175 Handle<JSFunction> closure() const { return closure_; } in closure()362 closure_ = Handle<JSFunction>(*closure_); in ReopenHandlesInNewHandleScope()491 Handle<JSFunction> closure_; variable
100 closure_ = closure;
39 Handle<JSFunction> closure_; variable
411 : closure_(closure), in LEnvironment()429 Handle<JSFunction> closure() const { return closure_; } in closure()523 Handle<JSFunction> closure_;
22 closure_(closure), in AstTyper()61 DCHECK_EQ(*closure_, frame->function()); in ObserveTypesAtOsrEntry()
1762 void set_closure(Handle<JSFunction> closure) { closure_ = closure; } in set_closure()1763 Handle<JSFunction> closure() const { return closure_; } in closure()1805 Handle<JSFunction> closure_; variable1831 DCHECK(closure_.is_null()); in set_closure()1833 closure_ = closure; in set_closure()1835 Handle<JSFunction> closure() const { return closure_; } in closure()1849 Handle<JSFunction> closure_; variable1925 Handle<JSFunction> closure() const { return closure_; } in closure()1956 closure_(closure), in DECLARE_CONCRETE_INSTRUCTION()1970 Handle<JSFunction> closure_; variable
556 Handle<JSFunction> closure() const { return closure_; } in closure()733 Handle<JSFunction> closure_; variable
13043 : closure_(closure), in HEnvironment()13098 : closure_(closure), in HEnvironment()13127 closure_ = other->closure(); in Initialize()