Home | History | Annotate | Download | only in compiler

Lines Matching refs:ton

412   const Operator* ton = R.javascript.ToNumber();
415 Node* r = R.ReduceUnop(ton, kNumberTypes[i]);
420 Node* r = R.ReduceUnop(ton, Type::Undefined());
425 Node* r = R.ReduceUnop(ton, Type::Null());
693 Node* ton = R.Unop(R.javascript.ToNumber(), p0);
702 frame_state, ton, R.start());
707 effect_use = R.graph.NewNode(R.javascript.ToNumber(), ton, R.context(),
708 frame_state, ton, R.start());
711 effect_use = R.graph.NewNode(R.common.EffectPhi(1), ton, R.start());
713 effect_use = R.graph.NewNode(R.javascript.Add(R.binop_hints), ton, ton,
714 R.context(), frame_state, frame_state, ton,
719 R.context(), frame_state, frame_state, ton,
723 effect_use = R.graph.NewNode(R.common.Return(), p0, ton, R.start());
726 effect_use = R.graph.NewNode(R.common.Return(), ton, ton, R.start());
729 R.CheckEffectInput(R.start(), ton);
730 if (effect_use != NULL) R.CheckEffectInput(ton, effect_use);
732 Node* r = R.reduce(ton);