Home
last modified time | relevance | path

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

/external/v8/src/base/
Donce.h64 typedef AtomicWord OnceType; typedef
68 #define V8_DECLARE_ONCE(NAME) ::v8::base::OnceType NAME
84 V8_BASE_EXPORT void CallOnceImpl(OnceType* once,
87 inline void CallOnce(OnceType* once, NoArgFunction init_func) { in CallOnce()
95 inline void CallOnce(OnceType* once, in CallOnce()
Dlazy-instance.h145 static void Init(OnceType* once, Function function, Storage storage) { in Init()
154 static void Init(OnceType* once, Function function, Storage storage) { in Init()
191 mutable OnceType once_;
Donce.cc18 void CallOnceImpl(OnceType* once, std::function<void()> init_func) { in CallOnceImpl()
/external/v8/src/
Dd8.h542 static base::OnceType quit_once_;
Dd8.cc424 base::OnceType Shell::quit_once_ = V8_ONCE_INIT;
/external/v8/src/s390/
Dsimulator-s390.cc1488 static base::OnceType once = V8_ONCE_INIT; in Simulator()