Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h562 static inline JSTaggedValue RuntimeMul2(JSThread *thread, const JSHandle<JSTaggedValue> &left,
Druntime_stubs.cpp1491 return RuntimeMul2(thread, left, right).GetRawData(); in DEF_RUNTIME_STUBS()
Druntime_stubs-inl.h1598 JSTaggedValue RuntimeStubs::RuntimeMul2(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeMul2() function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp174 return RuntimeStubs::RuntimeMul2(thread, leftTag, rightTag); in Mul2()