Home
last modified time | relevance | path

Searched defs:isDouble (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dlcr_circuit_builder.cpp186 BRANCH_CIR2(TaggedIsInt(x), &isInt, &isDouble); in GetDoubleOfTNumber() local
H A Dlcr_circuit_builder.h158 BRANCH_CIR2(TaggedIsInt(x), &isInt, &isDouble); in GetInt32OfTNumber() local
H A Dprofiler_stub_builder.cpp540 BRANCH(TaggedIsObject(value), &isObject, &isDouble); in TaggedToTrackType() local
H A Dcircuit_builder.cpp1497 BRANCH_CIR2(TaggedIsInt(value), &isInt, &isDouble); in FastToBoolean() local
H A Dstub_builder.cpp1607 BRANCH(TaggedIsDouble(value), &isDouble, &notDouble); in TaggedToRepresentation() local
1655 BRANCH(TaggedIsObject(value), &isObject, &isDouble); in TaggedToElementKind() local
2315 BRANCH(TaggedIsDouble(key), &isDouble, &exit); in TryToElementsIndex() local
6784 BRANCH(TaggedIsInt(value), &isInt, &isDouble); FastToBoolean() local
6883 Branch(TaggedIsInt(value), &isInt, &isDouble); FastToBooleanBaseline() local
7003 BRANCH(TaggedIsInt(value), &isInt, &isDouble); FastToBooleanWithProfile() local
7123 Branch(TaggedIsInt(value), &isInt, &isDouble); FastToBooleanWithProfileBaseline() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_number_stub_builder.cpp105 BRANCH(TaggedIsDouble(number), &isDouble, &retFalse); in IsFinite() local
140 BRANCH(TaggedIsDouble(number), &isDouble, &retFalse); in IsNaN() local
175 BRANCH(TaggedIsDouble(number), &isDouble, &retFalse); in IsInteger() local
211 BRANCH(TaggedIsDouble(number), &isDouble, &retFalse); IsSafeInteger() local
[all...]

Completed in 22 milliseconds