HomeSort by relevance Sort by last modified time
    Searched refs:DefaultPlatform (Results 1 - 2 of 2) sorted by null

  /external/v8/src/libplatform/
default-platform.cc 22 DefaultPlatform* platform = new DefaultPlatform();
30 return reinterpret_cast<DefaultPlatform*>(platform)->PumpMessageLoop(isolate);
36 return reinterpret_cast<DefaultPlatform*>(platform)->SetTracingController(
40 const int DefaultPlatform::kMaxThreadPoolSize = 8;
42 DefaultPlatform::DefaultPlatform()
45 DefaultPlatform::~DefaultPlatform() {
75 void DefaultPlatform::SetThreadPoolSize(int thread_pool_size)
    [all...]
default-platform.h 33 class V8_PLATFORM_EXPORT DefaultPlatform : public NON_EXPORTED_BASE(Platform) {
35 DefaultPlatform();
36 virtual ~DefaultPlatform();
92 DISALLOW_COPY_AND_ASSIGN(DefaultPlatform);

Completed in 64 milliseconds