Home
last modified time | relevance | path

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

/external/v8/src/
Dcompiler.cc59 class CompilationHandleScope final { class
61 explicit CompilationHandleScope(CompilationInfo* info) in CompilationHandleScope() function in v8::internal::CompilationHandleScope
63 ~CompilationHandleScope() { info_->set_deferred_handles(deferred_.Detach()); } in ~CompilationHandleScope()
596 std::unique_ptr<CompilationHandleScope> compilation_handle_scope; in CompileUnoptimizedCode()
598 compilation_handle_scope.reset(new CompilationHandleScope(info)); in CompileUnoptimizedCode()
902 std::unique_ptr<CompilationHandleScope> compilation; in GetOptimizedCode()
904 compilation.reset(new CompilationHandleScope(info)); in GetOptimizedCode()