Home
last modified time | relevance | path

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

/external/v8/src/
Dd8.cc160 class PredictablePlatform : public Platform { class
162 explicit PredictablePlatform(std::unique_ptr<Platform> platform) in PredictablePlatform() function in v8::__anoncd2d3b7e0111::PredictablePlatform
230 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()