Home
last modified time | relevance | path

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

/external/v8/src/base/
Dlazy-instance.h114 struct DynamicallyAllocatedInstanceTrait { struct
115 typedef T* StorageType;
117 static T* MutableInstance(StorageType* storage) { in MutableInstance()
122 static void InitStorageUsingTrait(StorageType* storage) { in InitStorageUsingTrait()