Searched defs:isDouble (Results 1 - 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | lcr_circuit_builder.cpp | 186 BRANCH_CIR2(TaggedIsInt(x), &isInt, &isDouble); in GetDoubleOfTNumber() local
|
| H A D | lcr_circuit_builder.h | 158 BRANCH_CIR2(TaggedIsInt(x), &isInt, &isDouble); in GetInt32OfTNumber() local
|
| H A D | profiler_stub_builder.cpp | 540 BRANCH(TaggedIsObject(value), &isObject, &isDouble); in TaggedToTrackType() local
|
| H A D | circuit_builder.cpp | 1497 BRANCH_CIR2(TaggedIsInt(value), &isInt, &isDouble); in FastToBoolean() local
|
| H A D | stub_builder.cpp | 1607 BRANCH(TaggedIsDouble(value), &isDouble, ¬Double); 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 D | builtins_number_stub_builder.cpp | 105 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