Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Doperations_stub_builder.cpp201 Label rightIsInt1(env); in Less()
217 BRANCH(TaggedIsInt(right), &rightIsInt1, &rightNotInt1); in Less() local
219 Bind(&rightIsInt1); in Less()
308 Label rightIsInt1(env); in LessEq()
324 BRANCH(TaggedIsInt(right), &rightIsInt1, &rightNotInt1); in LessEq() local
326 Bind(&rightIsInt1); in LessEq()
414 Label rightIsInt1(env); in Greater()
430 BRANCH(TaggedIsInt(right), &rightIsInt1, &rightNotInt1); in Greater() local
432 Bind(&rightIsInt1); in Greater()
520 Label rightIsInt1(en in GreaterEq()
536 BRANCH(TaggedIsInt(right), &rightIsInt1, &rightNotInt1); GreaterEq() local
[all...]
H A Dstub_builder.cpp7674 Label rightIsInt1(env); in FastMod()
7676 BRANCH(TaggedIsInt(right), &rightIsInt1, &rightNotInt1); in FastMod() local
7677 Bind(&rightIsInt1); in FastMod()

Completed in 19 milliseconds