Searched refs:RuntimeStModuleVar (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 285 static inline void RuntimeStModuleVar(JSThread *thread, int32_t index, JSTaggedValue value); 286 static inline void RuntimeStModuleVar(JSThread *thread, int32_t index, JSTaggedValue value, 288 static inline void RuntimeStModuleVar(JSThread *thread, JSTaggedValue key, JSTaggedValue value); 289 static inline void RuntimeStModuleVar(JSThread *thread, JSTaggedValue key, JSTaggedValue value,
|
| D | runtime_stubs-inl.h | 1348 void RuntimeStubs::RuntimeStModuleVar(JSThread *thread, int32_t index, JSTaggedValue value) in RuntimeStModuleVar() function 1353 void RuntimeStubs::RuntimeStModuleVar(JSThread *thread, int32_t index, JSTaggedValue value, in RuntimeStModuleVar() function 1359 void RuntimeStubs::RuntimeStModuleVar(JSThread *thread, JSTaggedValue key, JSTaggedValue value) in RuntimeStModuleVar() function 1364 void RuntimeStubs::RuntimeStModuleVar(JSThread *thread, JSTaggedValue key, JSTaggedValue value, in RuntimeStModuleVar() function
|
| D | runtime_stubs.cpp | 1868 RuntimeStModuleVar(thread, index.GetInt(), value); in DEF_RUNTIME_STUBS() 1878 RuntimeStModuleVar(thread, index.GetInt(), value, jsFunc); in DEF_RUNTIME_STUBS() 1887 RuntimeStModuleVar(thread, key, value); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 648 return RuntimeStubs::RuntimeStModuleVar(thread, index, value); in StModuleVar() 656 return RuntimeStubs::RuntimeStModuleVar(thread, key, value); in StModuleVar()
|