Home
last modified time | relevance | path

Searched refs:AppendClient (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dsafepoint.h169 void AppendClient(Isolate* client);
Dsafepoint.cc291 void GlobalSafepoint::AppendClient(Isolate* client) { in AppendClient() function in v8::internal::GlobalSafepoint
/third_party/node/deps/v8/src/execution/
Disolate.cc5625 shared_isolate_->global_safepoint()->AppendClient(this); in ThrowInternal()