Searched refs:RuntimeMod2 (Results 1 – 4 of 4) sorted by relevance
566 static inline JSTaggedValue RuntimeMod2(JSThread *thread, const JSHandle<JSTaggedValue> &left,
1508 return RuntimeMod2(thread, left, right).GetRawData(); in DEF_RUNTIME_STUBS()
1638 JSTaggedValue RuntimeStubs::RuntimeMod2(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeMod2() function
194 return RuntimeStubs::RuntimeMod2(thread, leftTag, rightTag); in Mod2()