Home
last modified time | relevance | path

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

/external/v8/src/
Dlazy-instance.h122 static T* MutableInstance(StorageType* storage) { in MutableInstance() function
128 ConstructTrait::Construct(MutableInstance(storage)); in InitStorageUsingTrait()
139 static T* MutableInstance(StorageType* storage) { in MutableInstance() function
211 return AllocationTrait::MutableInstance(&storage_); in Pointer()
216 return *AllocationTrait::MutableInstance(&storage_); in Get()