Home | History | Annotate | Download | only in src

Lines Matching full:isolate

249       Unlocker unlock(Isolate::GetCurrent());
736 i::Debug* debug = i::Isolate::Current()->debug();
929 // Use _exit instead of exit to avoid races between isolate
1009 v8::Unlocker unlocker(Isolate::GetCurrent());
1225 Isolate* isolate = Isolate::New();
1229 Isolate::Scope iscope(isolate);
1230 Locker lock(isolate);
1241 isolate->Dispose();
1324 } else if (strcmp(argv[i], "--isolate") == 0) {
1350 // Run parallel threads if we are not using --isolate
1357 printf("-p is not compatible with --isolate\n");
1381 if (strcmp(str, "--isolate") == 0) {
1401 { Locker lock(Isolate::GetCurrent());