Home
last modified time | relevance | path

Searched refs:StModuleVar (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h116 static void StModuleVar(JSThread *thread, JSTaggedValue key, JSTaggedValue value);
118 static void StModuleVar(JSThread *thread, int32_t index, JSTaggedValue value);
Dslow_runtime_stub.cpp660 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()
Dinterpreter-inl.h6067 SlowRuntimeStub::StModuleVar(thread, index, value); in RunInternal()
6079 SlowRuntimeStub::StModuleVar(thread, index, value); in RunInternal()
6095 SlowRuntimeStub::StModuleVar(thread, key, value); in RunInternal()
Dinterpreter_assembly.cpp3306 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/
Druntime_stubs.h257 V(StModuleVar) \
Druntime_stubs.cpp1622 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/
Druntime_call_id.h187 V(StModuleVar) \
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp3601 CallRuntime(glue, RTSTUB_ID(StModuleVar), { prop, value }); in DECLARE_ASM_HANDLER()