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