Searched refs:RuntimeAdd2 (Results 1 – 4 of 4) sorted by relevance
656 static inline JSTaggedValue RuntimeAdd2(JSThread *thread, const JSHandle<JSTaggedValue> &left,
1663 JSTaggedValue RuntimeStubs::RuntimeAdd2(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeAdd2() function
1973 JSTaggedValue res = RuntimeAdd2(thread, left, right); in DEF_RUNTIME_STUBS()
154 return RuntimeStubs::RuntimeAdd2(thread, leftValue, rightValue); in Add2()