Searched refs:OnceType (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/base/ |
D | once.h | 63 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()
|
D | lazy-instance.h | 147 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_;
|
D | once.cc | 18 void CallOnceImpl(OnceType* once, PointerArgFunction init_func, void* arg) { in CallOnceImpl()
|
/external/v8/src/ |
D | d8.h | 453 static base::OnceType quit_once_;
|
D | d8.cc | 417 base::OnceType Shell::quit_once_ = V8_ONCE_INIT;
|
/external/v8/src/s390/ |
D | simulator-s390.cc | 735 static base::OnceType once = V8_ONCE_INIT; in Initialize()
|