Home
last modified time | relevance | path

Searched refs:leftDouble (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_compare_op.cpp25 double leftDouble = 0; in EqualWithIC() local
30 leftDouble = left.GetNumber(); in EqualWithIC()
32 ret = JSTaggedValue(JSTaggedValue::StrictNumberEquals(leftDouble, rightDouble)); in EqualWithIC()
46 leftDouble = leftHandle.GetTaggedValue().GetNumber(); in EqualWithIC()
47 ret = JSTaggedValue(JSTaggedValue::StrictNumberEquals(leftDouble, rightDouble)); in EqualWithIC()
57 leftDouble = left.GetNumber(); in EqualWithIC()
61 ret = JSTaggedValue(JSTaggedValue::StrictNumberEquals(leftDouble, rightDouble)); in EqualWithIC()
102 leftDouble = JSTaggedValue::ToNumber(thread, leftHandle).GetNumber(); in EqualWithIC()
107 ret = JSTaggedValue(JSTaggedValue::StrictNumberEquals(leftDouble, rightDouble)); in EqualWithIC()
135 leftDouble in EqualWithIC()
218 double leftDouble = 0; Compare() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Doperations_stub_builder.cpp742 GateRef leftDouble = GetDoubleOfTDouble(left); in Shl() local
743 opNumber0 = DoubleToInt(glue, leftDouble); in Shl()
751 GateRef leftDouble = GetDoubleOfTDouble(left); in Shl() local
752 opNumber0 = DoubleToInt(glue, leftDouble); in Shl()
835 GateRef leftDouble = GetDoubleOfTDouble(left); in Shr() local
836 opNumber0 = DoubleToInt(glue, leftDouble); in Shr()
844 GateRef leftDouble = GetDoubleOfTDouble(left); in Shr() local
845 opNumber0 = DoubleToInt(glue, leftDouble); in Shr()
937 GateRef leftDouble = GetDoubleOfTDouble(left); in Ashr() local
938 opNumber0 = DoubleToInt(glue, leftDouble); in Ashr()
946 GateRef leftDouble = GetDoubleOfTDouble(left); Ashr() local
1027 GateRef leftDouble = GetDoubleOfTDouble(left); And() local
1036 GateRef leftDouble = GetDoubleOfTDouble(left); And() local
1116 GateRef leftDouble = GetDoubleOfTDouble(left); Or() local
1125 GateRef leftDouble = GetDoubleOfTDouble(left); Or() local
1205 GateRef leftDouble = GetDoubleOfTDouble(left); Xor() local
1214 GateRef leftDouble = GetDoubleOfTDouble(left); Xor() local
[all...]

Completed in 3 milliseconds