Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h393 static inline JSTaggedValue RuntimeDec(JSThread *thread, const JSHandle<JSTaggedValue> &value);
Druntime_stubs.cpp498 return RuntimeDec(thread, value).GetRawData(); in DEF_RUNTIME_STUBS()
Druntime_stubs-inl.h59 JSTaggedValue RuntimeStubs::RuntimeDec(JSThread *thread, const JSHandle<JSTaggedValue> &value) in RuntimeDec() function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp120 return RuntimeStubs::RuntimeDec(thread, inputTag); in Dec()