Searched defs:leftNotInt1 (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | operations_stub_builder.cpp | 203 BRANCH(TaggedIsInt(left), &leftIsInt1, &leftNotInt1); in Less() local 310 BRANCH(TaggedIsInt(left), &leftIsInt1, &leftNotInt1); in LessEq() local 416 BRANCH(TaggedIsInt(left), &leftIsInt1, &leftNotInt1); in Greater() local 522 BRANCH(TaggedIsInt(left), &leftIsInt1, &leftNotInt1); GreaterEq() local [all...] |
H A D | stub_builder.cpp | 7651 BRANCH(TaggedIsInt(left), &leftIsInt1, &leftNotInt1); in FastMod() local
|
Completed in 19 milliseconds