Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h498 static inline void RuntimeStModuleVar(JSThread *thread, int32_t index, JSTaggedValue value);
499 static inline void RuntimeStModuleVar(JSThread *thread, int32_t index, JSTaggedValue value,
501 static inline void RuntimeStModuleVar(JSThread *thread, JSTaggedValue key, JSTaggedValue value);
502 static inline void RuntimeStModuleVar(JSThread *thread, JSTaggedValue key, JSTaggedValue value,
Druntime_stubs-inl.h1128 void RuntimeStubs::RuntimeStModuleVar(JSThread *thread, int32_t index, JSTaggedValue value) in RuntimeStModuleVar() function
1133 void RuntimeStubs::RuntimeStModuleVar(JSThread *thread, int32_t index, JSTaggedValue value, in RuntimeStModuleVar() function
1139 void RuntimeStubs::RuntimeStModuleVar(JSThread *thread, JSTaggedValue key, JSTaggedValue value) in RuntimeStModuleVar() function
1144 void RuntimeStubs::RuntimeStModuleVar(JSThread *thread, JSTaggedValue key, JSTaggedValue value, in RuntimeStModuleVar() function
Druntime_stubs.cpp1192 RuntimeStModuleVar(thread, index.GetInt(), value); in DEF_RUNTIME_STUBS()
1202 RuntimeStModuleVar(thread, index.GetInt(), value, jsFunc); in DEF_RUNTIME_STUBS()
1211 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()