Home
last modified time | relevance | path

Searched refs:OnceType (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/base/
Donce.h63 typedef AtomicWord OnceType; typedef
67 #define V8_DECLARE_ONCE(NAME) ::v8::base::OnceType NAME
83 V8_BASE_EXPORT void CallOnceImpl(OnceType* once, PointerArgFunction init_func,
86 inline void CallOnce(OnceType* once, NoArgFunction init_func) { in CallOnce()
94 inline void CallOnce(OnceType* once, in CallOnce()
Dlazy-instance.h147 static void Init(OnceType* once, Function function, Storage storage) { in Init()
156 static void Init(OnceType* once, Function function, Storage storage) { in Init()
197 mutable OnceType once_;
Donce.cc18 void CallOnceImpl(OnceType* once, PointerArgFunction init_func, void* arg) { in CallOnceImpl()
/external/v8/src/
Dd8.h453 static base::OnceType quit_once_;
Dd8.cc417 base::OnceType Shell::quit_once_ = V8_ONCE_INIT;
/external/v8/src/s390/
Dsimulator-s390.cc735 static base::OnceType once = V8_ONCE_INIT; in Initialize()