Home
last modified time | relevance | path

Searched defs:shared_isolate (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dsafepoint.cc278 Isolate* IsolateSafepoint::shared_isolate() const { in shared_isolate() function in v8::internal::IsolateSafepoint
Dgc-tracer.cc51 Isolate* shared_isolate = isolate->shared_isolate(); in AssertMainThread() local
/third_party/node/deps/v8/src/d8/
Dd8.h674 static Isolate* shared_isolate; variable
Dd8.cc483 Isolate* Shell::shared_isolate = nullptr; member in v8::Shell
/third_party/node/deps/v8/src/snapshot/
Dsnapshot.cc340 if (Isolate* shared_isolate = isolate->shared_isolate()) { in SerializeDeserializeAndVerifyForTesting() local
/third_party/node/deps/v8/src/execution/
Disolate.h1924 Isolate* shared_isolate() const { in shared_isolate() function
1929 void set_shared_isolate(Isolate* shared_isolate) { in set_shared_isolate()