Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.h165 static inline JSTaggedValue RuntimeInc(JSThread *thread, const JSHandle<JSTaggedValue> &value);
H A Druntime_stubs-inl.h59 JSTaggedValue RuntimeStubs::RuntimeInc(JSThread *thread, const JSHandle<JSTaggedValue> &value) in RuntimeInc() function in panda::ecmascript::RuntimeStubs
H A Druntime_stubs.cpp783 return RuntimeInc(thread, value).GetRawData(); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp86 return RuntimeStubs::RuntimeInc(thread, inputTag); in Inc()

Completed in 19 milliseconds