Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Descape-analysis-reducer.h59 bool exists_virtual_allocate_; in NON_EXPORTED_BASE() local
Descape-analysis-reducer.cc32 exists_virtual_allocate_(escape_analysis->ExistsVirtualAllocate()) {} in EscapeAnalysisReducer()
91 if (exists_virtual_allocate_ && node->op()->EffectInputCount() > 0) { in ReduceNode()