Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.h360 static inline JSTaggedValue RuntimeSub2(JSThread *thread, const JSHandle<JSTaggedValue> &left,
H A Druntime_stubs-inl.h1939 JSTaggedValue RuntimeStubs::RuntimeSub2(JSThread *thread, const JSHandle<JSTaggedValue> &left, in RuntimeSub2() function in panda::ecmascript::RuntimeStubs
H A Druntime_stubs.cpp2257 return RuntimeSub2(thread, left, right).GetRawData(); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp139 return RuntimeStubs::RuntimeSub2(thread, leftTag, rightTag); in Sub2()

Completed in 19 milliseconds