Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dcompiler.h490 class CompilationHandleScope BASE_EMBEDDED {
492 explicit CompilationHandleScope(CompilationInfo* info) in CompilationHandleScope() function
494 ~CompilationHandleScope() { in ~CompilationHandleScope()
Dcompiler.cc1103 CompilationHandleScope handle_scope(*info); in RecompileConcurrent()