Home
last modified time | relevance | path

Searched defs:LazyInstanceImpl (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dlazy-instance.h190 struct LazyInstanceImpl { struct
192 typedef typename AllocationTrait::StorageType StorageType;
195 static void InitInstance(StorageType* storage) { in InitInstance()
199 void Init() const { in Init()
232 typedef LazyInstanceImpl<T, StaticallyAllocatedInstanceTrait<T>, argument