Lines Matching refs:Numeric
2546 TNode<Numeric> CodeStubAssembler::LoadFixedTypedArrayElementAsTagged(
2579 TNode<Numeric> CodeStubAssembler::LoadFixedTypedArrayElementAsTagged(
2582 TVARIABLE(Numeric, var_result);
5560 // convert the value to a Numeric, we cannot reach this path. We can
7415 TNode<Numeric> CodeStubAssembler::NonNumberToNumberOrNumeric(
7421 TVARIABLE(Numeric, var_result);
7440 // Check if the {result} is already a Number/Numeric.
7448 // The ToPrimitive conversion already gave us a Number/Numeric, so
7457 // Number/Numeric.
7556 TNode<Numeric> CodeStubAssembler::NonNumberToNumeric(TNode<Context> context,
7593 TNode<Numeric> CodeStubAssembler::ToNumberOrNumeric(
7597 TVARIABLE(Numeric, var_result);
7704 TVariable<Numeric>* var_numeric) {
7710 TVariable<Numeric>* var_numeric, TVariable<Smi>* var_feedback) {
7717 TVariable<Numeric>* var_numeric,
7728 // {heap_object_value} is not a Numeric yet.
12062 // Convert {right} to a Numeric; we don't need to perform the
12107 // Convert {left} to a Numeric; we don't need to perform the
12162 // Convert {right} to a Numeric; we don't need to perform
12217 // Convert {right} to a Numeric; we don't need to perform
12297 // {left} is neither a Numeric nor a String, and {right} is not a Smi.