Searched refs:OnceType (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/base/ |
D | once.h | 60 typedef AtomicWord OnceType; typedef 64 #define V8_DECLARE_ONCE(NAME) ::v8::base::OnceType NAME 80 void CallOnceImpl(OnceType* once, PointerArgFunction init_func, void* arg); 82 inline void CallOnce(OnceType* once, NoArgFunction init_func) { in CallOnce() 90 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 | builtins.cc | 1469 base::OnceType once_;
|