Home
last modified time | relevance | path

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

/external/v8/src/
Dlazy-instance.h119 struct StaticallyAllocatedInstanceTrait { struct
120 typedef char StorageType[sizeof(T)] LAZY_ALIGN(T);
122 static T* MutableInstance(StorageType* storage) { in MutableInstance()
127 static void InitStorageUsingTrait(StorageType* storage) { in InitStorageUsingTrait()