Home
last modified time | relevance | path

Searched refs:set_persistent_handles (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/maglev/
Dmaglev-compilation-info.cc40 info_->set_persistent_handles(persistent_.Detach()); in ~MaglevCompilationHandleScope()
101 void MaglevCompilationInfo::set_persistent_handles( in set_persistent_handles() function in v8::internal::maglev::MaglevCompilationInfo
Dmaglev-compilation-info.h79 void set_persistent_handles(
Dmaglev-concurrent-dispatcher.cc43 info->set_persistent_handles(std::move(ph)); in DetachLocalIsolateForMaglev()
/third_party/node/deps/v8/src/codegen/
Doptimized-compilation-info.h160 void set_persistent_handles( in set_persistent_handles() function
Dcompiler.cc1500 info_->set_persistent_handles(persistent_.Detach()); in ~CompilationHandleScope()
/third_party/node/deps/v8/src/compiler/
Djs-heap-broker.cc73 set_persistent_handles(std::move(persistent_handles)); in SetPersistentAndCopyCanonicalHandlesForTesting()
115 info->set_persistent_handles(std::move(ph)); in DetachLocalIsolate()
Djs-heap-broker.h404 void set_persistent_handles( in DEFINE_OPERATORS_FOR_FLAGS()