Lines Matching refs:NoChange
26 return NoChange(); in Reduce()
97 if (arg_array->opcode() != IrOpcode::kJSCreateArguments) return NoChange(); in ReduceFunctionPrototypeApply()
102 return NoChange(); in ReduceFunctionPrototypeApply()
110 if (outer_state->opcode() != IrOpcode::kFrameState) return NoChange(); in ReduceFunctionPrototypeApply()
121 if (!state_info.shared_info().ToHandle(&shared)) return NoChange(); in ReduceFunctionPrototypeApply()
122 if (shared->internal_formal_parameter_count() != 0) return NoChange(); in ReduceFunctionPrototypeApply()
125 if (!state_info.shared_info().ToHandle(&shared)) return NoChange(); in ReduceFunctionPrototypeApply()
141 return NoChange(); in ReduceFunctionPrototypeApply()
251 return NoChange(); in ReduceObjectPrototypeGetProto()
332 return NoChange(); in ReduceJSCallFunction()
336 if (!(flags() & kDeoptimizationEnabled)) return NoChange(); in ReduceJSCallFunction()
339 if (!p.feedback().IsValid()) return NoChange(); in ReduceJSCallFunction()
391 return NoChange(); in ReduceJSCallFunction()
444 return NoChange(); in ReduceJSCallConstruct()
448 if (!(flags() & kDeoptimizationEnabled)) return NoChange(); in ReduceJSCallConstruct()
450 if (!p.feedback().IsValid()) return NoChange(); in ReduceJSCallConstruct()
503 return NoChange(); in ReduceJSCallConstruct()