Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Deffect-control-linearizer.cc332 NodeVector inputs_buffer(temp_zone()); in Run() local
421 inputs_buffer.clear(); in Run()
422 inputs_buffer.resize(block->PredecessorCount(), jsgraph()->Dead()); in Run()
423 inputs_buffer.push_back(control); in Run()
426 static_cast<int>(inputs_buffer.size()), &(inputs_buffer.front())); in Run()