Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-graph-builder.h312 bool StateValuesRequireUpdate(Node** state_values, int offset, int count);
Dbytecode-graph-builder.cc296 bool BytecodeGraphBuilder::Environment::StateValuesRequireUpdate( in StateValuesRequireUpdate() function in v8::internal::compiler::BytecodeGraphBuilder::Environment
319 if (StateValuesRequireUpdate(state_values, offset, count)) { in UpdateStateValues()