Home
last modified time | relevance | path

Searched refs:closure_ (Results 1 – 12 of 12) 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/crankshaft/
Dtyping.h38 Handle<JSFunction> closure_; variable
Dlithium.h410 : closure_(closure), in LEnvironment()
428 Handle<JSFunction> closure() const { return closure_; } in closure()
522 Handle<JSFunction> closure_;
Dtyping.cc22 closure_(closure), in AstTyper()
60 DCHECK_EQ(*closure_, frame->function()); in ObserveTypesAtOsrEntry()
Dhydrogen-instructions.h1812 void set_closure(Handle<JSFunction> closure) { closure_ = closure; } in set_closure()
1813 Handle<JSFunction> closure() const { return closure_; } in closure()
1855 Handle<JSFunction> closure_; variable
1881 DCHECK(closure_.is_null()); in set_closure()
1883 closure_ = closure; in set_closure()
1885 Handle<JSFunction> closure() const { return closure_; } in closure()
1899 Handle<JSFunction> closure_; variable
1973 Handle<JSFunction> closure() const { return closure_; } in closure()
2001 closure_(closure), in DECLARE_CONCRETE_INSTRUCTION()
2014 Handle<JSFunction> closure_; variable
Dhydrogen.h531 Handle<JSFunction> closure() const { return closure_; } in closure()
698 Handle<JSFunction> closure_; variable
Dhydrogen.cc12967 : closure_(closure), in HEnvironment()
13022 : closure_(closure), in HEnvironment()
13051 closure_ = other->closure(); in Initialize()
/external/v8/src/parsing/
Dparser.h129 Handle<JSFunction> closure() { return closure_; } in closure()
149 closure_ = Handle<JSFunction>(*closure_); in ReopenHandlesInNewHandleScope()
191 Handle<JSFunction> closure_; variable
209 void set_closure(Handle<JSFunction> closure) { closure_ = closure; } in set_closure()