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.h5943 SlowRuntimeStub::StModuleVar(thread, index, value); in RunInternal()
5955 SlowRuntimeStub::StModuleVar(thread, index, value); in RunInternal()
5971 SlowRuntimeStub::StModuleVar(thread, key, value); in RunInternal()
Dinterpreter_assembly.cpp3268 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/
Druntime_stubs.h210 V(StModuleVar) \
Druntime_stubs.cpp1189 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/
Druntime_call_id.h177 V(StModuleVar) \
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp3349 CallRuntime(glue, RTSTUB_ID(StModuleVar), { prop, value }); in DECLARE_ASM_HANDLER()