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