Searched refs:StModuleVar (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 116 static void StModuleVar(JSThread *thread, JSTaggedValue key, JSTaggedValue value); 118 static void StModuleVar(JSThread *thread, int32_t index, JSTaggedValue value);
|
| D | slow_runtime_stub.cpp | 660 void SlowRuntimeStub::StModuleVar(JSThread *thread, int32_t index, JSTaggedValue value) in StModuleVar() function in panda::ecmascript::SlowRuntimeStub 662 INTERPRETER_TRACE(thread, StModuleVar); in StModuleVar() 668 void SlowRuntimeStub::StModuleVar(JSThread *thread, JSTaggedValue key, JSTaggedValue value) in StModuleVar() function in panda::ecmascript::SlowRuntimeStub 670 INTERPRETER_TRACE(thread, StModuleVar); in StModuleVar()
|
| D | interpreter-inl.h | 6067 SlowRuntimeStub::StModuleVar(thread, index, value); in RunInternal() 6079 SlowRuntimeStub::StModuleVar(thread, index, value); in RunInternal() 6095 SlowRuntimeStub::StModuleVar(thread, key, value); in RunInternal()
|
| D | interpreter_assembly.cpp | 3306 SlowRuntimeStub::StModuleVar(thread, index, value); in HandleWideStmodulevarPrefImm16() 4156 SlowRuntimeStub::StModuleVar(thread, key, value); in HandleDeprecatedStmodulevarPrefId32() 5624 SlowRuntimeStub::StModuleVar(thread, index, value); in HandleStmodulevarImm8()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 257 V(StModuleVar) \
|
| D | runtime_stubs.cpp | 1622 RUNTIME_STUBS_HEADER(StModuleVar); in DEF_RUNTIME_STUBS() 1639 DEF_RUNTIME_STUBS(StModuleVar) in DEF_RUNTIME_STUBS() argument 1641 RUNTIME_STUBS_HEADER(StModuleVar); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 187 V(StModuleVar) \
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 3601 CallRuntime(glue, RTSTUB_ID(StModuleVar), { prop, value }); in DECLARE_ASM_HANDLER()
|