Home
last modified time | relevance | path

Searched refs:RuntimeMod2 (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h566 static inline JSTaggedValue RuntimeMod2(JSThread *thread, const JSHandle<JSTaggedValue> &left,
Druntime_stubs.cpp1508 return RuntimeMod2(thread, left, right).GetRawData(); in DEF_RUNTIME_STUBS()
Druntime_stubs-inl.h1638 JSTaggedValue RuntimeStubs::RuntimeMod2(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeMod2() function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp194 return RuntimeStubs::RuntimeMod2(thread, leftTag, rightTag); in Mod2()