Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Doperations_stub_builder.cpp202 Label rightNotInt1(env); in Less()
217 BRANCH(TaggedIsInt(right), &rightIsInt1, &rightNotInt1); in Less() local
226 Bind(&rightNotInt1); in Less()
309 Label rightNotInt1(env); in LessEq()
324 BRANCH(TaggedIsInt(right), &rightIsInt1, &rightNotInt1); in LessEq() local
333 Bind(&rightNotInt1); in LessEq()
415 Label rightNotInt1(env); in Greater()
430 BRANCH(TaggedIsInt(right), &rightIsInt1, &rightNotInt1); in Greater() local
439 Bind(&rightNotInt1); in Greater()
521 Label rightNotInt1(en in GreaterEq()
536 BRANCH(TaggedIsInt(right), &rightIsInt1, &rightNotInt1); GreaterEq() local
[all...]
H A Dstub_builder.cpp7675 Label rightNotInt1(env); in FastMod()
7676 BRANCH(TaggedIsInt(right), &rightIsInt1, &rightNotInt1); in FastMod() local
7684 Bind(&rightNotInt1); in FastMod()

Completed in 19 milliseconds