Home
last modified time | relevance | path

Searched defs:isDouble (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_number_stub_builder.cpp100 Label isDouble(env); in IsFinite() local
135 Label isDouble(env); in IsNaN() local
170 Label isDouble(env); in IsInteger() local
206 Label isDouble(env); in IsSafeInteger() local
Dbuiltins_array_stub_builder_next_optimization.cpp256 Label isDouble(env); in DoSortOptimised() local
509 Label isDouble(env); in DoSortOptimisedFast() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_lowering.cpp483 Label isDouble(&builder_); in ConvertTaggedNumberToBool() local
506 Label isDouble(&builder_); in ConvertTaggedNumberToInt32() local
522 Label isDouble(&builder_); in ConvertTaggedNumberToFloat64() local
Dobject_operator_stub_builder.cpp38 Label isDouble(env); in HandleKey() local
Dlcr_circuit_builder.cpp235 Label isDouble(env_); in GetDoubleOfTNumber() local
Dprofiler_stub_builder.cpp529 Label isDouble(env); in TaggedToTrackType() local
Dtyped_native_inline_lowering.cpp764 Label isDouble(&builder_); in LowerTaggedRounding() local
1077 Label isDouble(&builder_); in LowerTrunc() local
Dstub_builder.cpp1687 Label isDouble(env); in TaggedToRepresentation() local
1736 Label isDouble(env); in TaggedToElementKind() local
2621 Label isDouble(env); in TryToElementsIndex() local
7711 Label isDouble(env); in FastToBoolean() local
7810 Label isDouble(env); in FastToBooleanBaseline() local
7909 Label isDouble(env); in FastToBooleanWithProfile() local
8050 Label isDouble(env); in FastToBooleanWithProfileBaseline() local
Dcircuit_builder.cpp1654 Label isDouble(env_); in FastToBoolean() local
Dslowpath_lowering.cpp2410 Label isDouble(&builder_); in LowerConditionJump() local
/arkcompiler/ets_runtime/test/moduletest/typearray/
Dtypearray.js1657 function setBit(obj, bitCount, value, isDouble) { argument
1673 function testOneNan(typedArray, backup, isDouble) { argument