Searched refs:next_variable_ (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/compiler/ | ||
H A D | escape-analysis.cc | 129 Variable NewVariable() { return Variable(next_variable_++); } in NewVariable() 163 int next_variable_ = 0; member in v8::internal::compiler::VariableTracker |
Completed in 3 milliseconds