Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.h362 static inline JSTaggedValue RuntimeMul2(JSThread *thread, const JSHandle<JSTaggedValue> &left,
H A Druntime_stubs-inl.h1959 JSTaggedValue RuntimeStubs::RuntimeMul2(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeMul2() function in panda::ecmascript::RuntimeStubs
H A Druntime_stubs.cpp2265 return RuntimeMul2(thread, left, right).GetRawData(); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp149 return RuntimeStubs::RuntimeMul2(thread, leftTag, rightTag); in Mul2()

Completed in 25 milliseconds