Searched refs:StateValuesAreUpToDate (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/ |
D | bytecode-graph-builder.h | 292 bool StateValuesAreUpToDate(int output_poke_offset, int output_poke_count); 310 bool StateValuesAreUpToDate(Node** state_values, int offset, int count,
|
D | bytecode-graph-builder.cc | 34 DCHECK(builder_->environment()->StateValuesAreUpToDate(output_poke_offset_, in ~FrameStateBeforeAndAfter() 349 bool BytecodeGraphBuilder::Environment::StateValuesAreUpToDate( in StateValuesAreUpToDate() function in v8::internal::compiler::BytecodeGraphBuilder::Environment 364 bool BytecodeGraphBuilder::Environment::StateValuesAreUpToDate( in StateValuesAreUpToDate() function in v8::internal::compiler::BytecodeGraphBuilder::Environment 369 return StateValuesAreUpToDate(¶meters_state_values_, 0, parameter_count(), in StateValuesAreUpToDate() 371 StateValuesAreUpToDate(®isters_state_values_, register_base(), in StateValuesAreUpToDate() 374 StateValuesAreUpToDate(&accumulator_state_values_, accumulator_base(), in StateValuesAreUpToDate()
|