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 | 5943 SlowRuntimeStub::StModuleVar(thread, index, value); in RunInternal() 5955 SlowRuntimeStub::StModuleVar(thread, index, value); in RunInternal() 5971 SlowRuntimeStub::StModuleVar(thread, key, value); in RunInternal()
|
| D | interpreter_assembly.cpp | 3268 SlowRuntimeStub::StModuleVar(thread, index, value); in HandleWideStmodulevarPrefImm16() 4117 SlowRuntimeStub::StModuleVar(thread, key, value); in HandleDeprecatedStmodulevarPrefId32() 5588 SlowRuntimeStub::StModuleVar(thread, index, value); in HandleStmodulevarImm8()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 210 V(StModuleVar) \
|
| D | runtime_stubs.cpp | 1189 RUNTIME_STUBS_HEADER(StModuleVar); in DEF_RUNTIME_STUBS() 1206 DEF_RUNTIME_STUBS(StModuleVar) in DEF_RUNTIME_STUBS() argument 1208 RUNTIME_STUBS_HEADER(StModuleVar); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 177 V(StModuleVar) \
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 3349 CallRuntime(glue, RTSTUB_ID(StModuleVar), { prop, value }); in DECLARE_ASM_HANDLER()
|