Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h600 static inline void RuntimeStModuleVar(JSThread *thread, int32_t index, JSTaggedValue value);
601 static inline void RuntimeStModuleVar(JSThread *thread, int32_t index, JSTaggedValue value,
603 static inline void RuntimeStModuleVar(JSThread *thread, JSTaggedValue key, JSTaggedValue value);
604 static inline void RuntimeStModuleVar(JSThread *thread, JSTaggedValue key, JSTaggedValue value,
Druntime_stubs-inl.h1236 void RuntimeStubs::RuntimeStModuleVar(JSThread *thread, int32_t index, JSTaggedValue value) in RuntimeStModuleVar() function
1241 void RuntimeStubs::RuntimeStModuleVar(JSThread *thread, int32_t index, JSTaggedValue value, in RuntimeStModuleVar() function
1247 void RuntimeStubs::RuntimeStModuleVar(JSThread *thread, JSTaggedValue key, JSTaggedValue value) in RuntimeStModuleVar() function
1252 void RuntimeStubs::RuntimeStModuleVar(JSThread *thread, JSTaggedValue key, JSTaggedValue value, in RuntimeStModuleVar() function
Druntime_stubs.cpp1625 RuntimeStModuleVar(thread, index.GetInt(), value); in DEF_RUNTIME_STUBS()
1635 RuntimeStModuleVar(thread, index.GetInt(), value, jsFunc); in DEF_RUNTIME_STUBS()
1644 RuntimeStModuleVar(thread, key, value); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp665 return RuntimeStubs::RuntimeStModuleVar(thread, index, value); in StModuleVar()
673 return RuntimeStubs::RuntimeStModuleVar(thread, key, value); in StModuleVar()