Lines Matching refs:isolates
327 // Set of isolates that did not scan their stack yet for used WasmCode, and
332 // Code that is still in-use is removed by the individual isolates.
426 // Set of isolates using this NativeModule.
427 std::unordered_set<Isolate*> isolates;
567 DCHECK_EQ(1, native_modules_[native_module.get()]->isolates.count(isolate));
739 for (auto* isolate : native_modules_[native_module]->isolates) {
876 native_modules_[native_module]->isolates.insert(isolate);
994 // shared with other isolates. Hence we cancel their compilation. In
1064 DCHECK_EQ(1, native_modules_[native_module]->isolates.count(isolate));
1066 module->isolates.erase(isolate);
1094 for (Isolate* isolate : native_modules_[native_module]->isolates) {
1173 pair.first->second.get()->isolates.insert(isolate);
1211 native_module_info->isolates.insert(isolate);
1238 native_modules_[native_module->get()]->isolates.insert(isolate);
1271 for (Isolate* isolate : module->second->isolates) {
1344 for (Isolate* isolate : native_modules_[native_module.get()]->isolates) {
1571 for (auto* isolate : native_modules_[entry.first]->isolates) {
1589 // Ensure that there are outstanding isolates that will eventually finish this
1590 // GC. If there are no outstanding isolates, we finish the GC immediately.
1605 "Remaining dead code objects: %zu; outstanding isolates: %zu.\n",
1609 // If there are more outstanding isolates, return immediately.