Searched refs:PredictablePlatform (Results 1 – 1 of 1) sorted by relevance
160 class PredictablePlatform : public Platform { class162 explicit PredictablePlatform(std::unique_ptr<Platform> platform) in PredictablePlatform() function in v8::__anoncd2d3b7e0111::PredictablePlatform230 DISALLOW_COPY_AND_ASSIGN(PredictablePlatform);237 ? static_cast<PredictablePlatform*>(g_platform.get())->platform() in GetDefaultPlatform()3344 g_platform.reset(new PredictablePlatform(std::move(g_platform))); in Main()