Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/snapshot/
Dshared-heap-deserializer.cc35 DCHECK(isolate()->OwnsStringTable()); in DeserializeStringTable()
Ddeserializer.h292 DCHECK(isolate->OwnsStringTable() || in PrepareForInsertion()
/third_party/node/deps/v8/src/objects/
Dstring-table.cc769 if (!isolate->OwnsStringTable()) return; in UpdateCountersIfOwnedBy()
/third_party/node/deps/v8/src/execution/
Disolate.h1938 bool OwnsStringTable() { return !FLAG_shared_string_table || is_shared(); } in OwnsStringTable() function
Disolate.cc3982 if (OwnsStringTable()) { in ThrowInternal()
/third_party/node/deps/v8/src/heap/
Dheap.cc213 isolate()->OwnsStringTable() ? AllocationType::kOld in Heap()
4517 if (isolate()->OwnsStringTable()) return false; in ShouldBeInSharedOldSpace()
4872 isolate()->OwnsStringTable()) { in IterateWeakRoots()
Dmark-compact.cc2500 if (isolate()->OwnsStringTable()) { in ClearNonLiveReferences()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc1949 if (!isolate->OwnsStringTable()) return; in VerifyIfOwnedBy()