Home
last modified time | relevance | path

Searched refs:closure_ (Results 1 – 13 of 13) sorted by relevance

/external/libchrome/base/
Dcallback_helpers.cc15 : 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()
Dcritical_closure.h32 : closure_(closure) {} in CriticalClosure()
37 return closure_.Run(); in Run()
42 Callback<R(void)> closure_; variable
Dcallback_helpers.h43 Closure closure_;
/external/libbrillo/brillo/message_loops/
Dbase_message_loop.cc307 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()
Dbase_message_loop.h131 base::Closure closure_; variable
/external/v8/src/
Dcompiler.h175 Handle<JSFunction> closure() const { return closure_; } in closure()
362 closure_ = Handle<JSFunction>(*closure_); in ReopenHandlesInNewHandleScope()
491 Handle<JSFunction> closure_; variable
Dcompiler.cc100 closure_ = closure;
/external/v8/src/crankshaft/
Dtyping.h39 Handle<JSFunction> closure_; variable
Dlithium.h411 : closure_(closure), in LEnvironment()
429 Handle<JSFunction> closure() const { return closure_; } in closure()
523 Handle<JSFunction> closure_;
Dtyping.cc22 closure_(closure), in AstTyper()
61 DCHECK_EQ(*closure_, frame->function()); in ObserveTypesAtOsrEntry()
Dhydrogen-instructions.h1762 void set_closure(Handle<JSFunction> closure) { closure_ = closure; } in set_closure()
1763 Handle<JSFunction> closure() const { return closure_; } in closure()
1805 Handle<JSFunction> closure_; variable
1831 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_; variable
1925 Handle<JSFunction> closure() const { return closure_; } in closure()
1956 closure_(closure), in DECLARE_CONCRETE_INSTRUCTION()
1970 Handle<JSFunction> closure_; variable
Dhydrogen.h556 Handle<JSFunction> closure() const { return closure_; } in closure()
733 Handle<JSFunction> closure_; variable
Dhydrogen.cc13043 : closure_(closure), in HEnvironment()
13098 : closure_(closure), in HEnvironment()
13127 closure_ = other->closure(); in Initialize()