Home
last modified time | relevance | path

Searched refs:MutableInstance (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/base/
Dlazy-instance.h102 static T* MutableInstance(StorageType* storage) { in MutableInstance() function
117 static T* MutableInstance(StorageType* storage) { in MutableInstance() function
183 return AllocationTrait::MutableInstance(&storage_); in Pointer()
188 return *AllocationTrait::MutableInstance(&storage_); in Get()