Lines Matching refs:MultiIsolatePlatform
316 MultiIsolatePlatform* platform, in NewIsolate()
351 MultiIsolatePlatform* platform) { in NewIsolate()
359 MultiIsolatePlatform* platform) { in NewIsolate()
367 MultiIsolatePlatform* platform, in CreateIsolateData()
446 MultiIsolatePlatform* platform = env->isolate_data()->platform(); in FreeEnvironment()
515 MultiIsolatePlatform* GetMultiIsolatePlatform(Environment* env) { in GetMultiIsolatePlatform()
519 MultiIsolatePlatform* GetMultiIsolatePlatform(IsolateData* env) { in GetMultiIsolatePlatform()
523 MultiIsolatePlatform* CreatePlatform( in CreatePlatform()
531 MultiIsolatePlatform* CreatePlatform( in CreatePlatform()
534 return MultiIsolatePlatform::Create(thread_pool_size, in CreatePlatform()
539 void FreePlatform(MultiIsolatePlatform* platform) { in FreePlatform()
543 std::unique_ptr<MultiIsolatePlatform> MultiIsolatePlatform::Create( in Create()