Searched refs:RuntimeStModuleVar (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 498 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,
|
| D | runtime_stubs-inl.h | 1128 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
|
| D | runtime_stubs.cpp | 1192 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/ |
| D | slow_runtime_stub.cpp | 665 return RuntimeStubs::RuntimeStModuleVar(thread, index, value); in StModuleVar() 673 return RuntimeStubs::RuntimeStModuleVar(thread, key, value); in StModuleVar()
|