Searched refs:CallOnceImpl (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Donce.h103 void CallOnceImpl(OnceType* once, PointerArgFunction init_func, void* arg);
107 CallOnceImpl(once, reinterpret_cast<PointerArgFunction>(init_func), NULL);
116 CallOnceImpl(once, reinterpret_cast<PointerArgFunction>(init_func),
H A Donce.cc42 void CallOnceImpl(OnceType* once, PointerArgFunction init_func, void* arg) { function in namespace:v8::internal

Completed in 60 milliseconds