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

/external/chromium_org/v8/src/base/
H A Dlazy-instance.h102 static T* MutableInstance(StorageType* storage) { function in struct:v8::base::StaticallyAllocatedInstanceTrait
108 ConstructTrait::Construct(MutableInstance(storage));
117 static T* MutableInstance(StorageType* storage) { function in struct:v8::base::DynamicallyAllocatedInstanceTrait
189 return AllocationTrait::MutableInstance(&storage_);
194 return *AllocationTrait::MutableInstance(&storage_);

Completed in 67 milliseconds