Home
last modified time | relevance | path

Searched defs:leftNotInt1 (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Doperations_stub_builder.cpp203 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 Dstub_builder.cpp7651 BRANCH(TaggedIsInt(left), &leftIsInt1, &leftNotInt1); in FastMod() local

Completed in 19 milliseconds