Home
last modified time | relevance | path

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

/external/v8/src/
Dcompiler.h533 class CompilationHandleScope BASE_EMBEDDED {
535 explicit CompilationHandleScope(CompilationInfo* info) in CompilationHandleScope() function
537 ~CompilationHandleScope() { in ~CompilationHandleScope()
Dcompiler.cc989 CompilationHandleScope handle_scope(info); in GetOptimizedCodeLater()