Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/maglev/
Dmaglev-compilation-info.cc36 info->ReopenHandlesInNewHandleScope(isolate); in MaglevCompilationHandleScope()
94 void MaglevCompilationInfo::ReopenHandlesInNewHandleScope(Isolate* isolate) { in ReopenHandlesInNewHandleScope() function in v8::internal::maglev::MaglevCompilationInfo
Dmaglev-compilation-info.h75 void ReopenHandlesInNewHandleScope(Isolate* isolate);
/third_party/node/deps/v8/src/codegen/
Doptimized-compilation-info.cc112 void OptimizedCompilationInfo::ReopenHandlesInNewHandleScope(Isolate* isolate) { in ReopenHandlesInNewHandleScope() function in v8::internal::OptimizedCompilationInfo
Doptimized-compilation-info.h174 void ReopenHandlesInNewHandleScope(Isolate* isolate);
Dcompiler.cc978 compilation_info->ReopenHandlesInNewHandleScope(isolate); in PrepareJobWithHandleScope()
/third_party/node/deps/v8/src/compiler/
Dpipeline.cc3267 info->ReopenHandlesInNewHandleScope(isolate); in GenerateCodeForTesting()