Searched refs:leftIsDouble (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | operations_stub_builder.cpp | 711 Label leftIsDouble(env); in Shl() 712 BRANCH(TaggedIsInt(left), &leftIsInt, &leftIsDouble); in Shl() local 734 Bind(&leftIsDouble); in Shl() 804 Label leftIsDouble(env); in Shr() 805 BRANCH(TaggedIsInt(left), &leftIsInt, &leftIsDouble); in Shr() local 827 Bind(&leftIsDouble); in Shr() 906 Label leftIsDouble(env); in Ashr() 907 BRANCH(TaggedIsInt(left), &leftIsInt, &leftIsDouble); in Ashr() local 929 Bind(&leftIsDouble); in Ashr() 996 Label leftIsDouble(en in And() 997 BRANCH(TaggedIsInt(left), &leftIsInt, &leftIsDouble); And() local 1086 BRANCH(TaggedIsInt(left), &leftIsInt, &leftIsDouble); Or() local 1175 BRANCH(TaggedIsInt(left), &leftIsInt, &leftIsDouble); Xor() local [all...] |
H A D | stub_builder.cpp | 6552 Label leftIsDouble(env); in FastEqual() 6554 BRANCH(TaggedIsDouble(left), &leftIsDouble, &leftNotDoubleOrLeftNotNan); in FastEqual() local 6555 Bind(&leftIsDouble); in FastEqual() 7318 Label leftIsDouble(env); in NumberOperation() 7319 BRANCH(TaggedIsInt(left), &leftIsInt, &leftIsDouble); in NumberOperation() local 7331 Bind(&leftIsDouble); in NumberOperation()
|
Completed in 19 milliseconds