Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Doperations_stub_builder.cpp711 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 Dstub_builder.cpp6552 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