Home
last modified time | relevance | path

Searched refs:AttachPersistentHandles (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/maglev/
Dmaglev-concurrent-dispatcher.cc31 local_isolate_->heap()->AttachPersistentHandles( in AttachLocalIsolateForMaglev()
/third_party/node/deps/v8/src/heap/
Dlocal-heap.h80 void AttachPersistentHandles(
Dlocal-heap.cc134 void LocalHeap::AttachPersistentHandles( in AttachPersistentHandles() function in v8::internal::LocalHeap
/third_party/node/deps/v8/src/baseline/
Dbaseline-batch-compiler.cc120 local_isolate->heap()->AttachPersistentHandles(std::move(handles_)); in Compile()
/third_party/node/deps/v8/src/compiler/
Djs-heap-broker.cc104 local_isolate_->heap()->AttachPersistentHandles( in AttachLocalIsolate()
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc1646 isolate->heap()->AttachPersistentHandles(std::move(persistent_handles_)); in Run()