Home
last modified time | relevance | path

Searched refs:StGlobalVar (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcommon_stub_csigns.h66 V(StGlobalVar) \
H A Daccess_object_stub_builder.cpp466 result = CallRuntime(glue, RTSTUB_ID(StGlobalVar), { propKey, value }); in TryStoreGlobalByName()
549 result = CallRuntime(glue, RTSTUB_ID(StGlobalVar), { propKey, value }); in StoreGlobalVar()
H A Dcall_signature.h398 V(StGlobalVar) \
H A Dcall_signature.cpp494 DEF_CALL_SIGNATURE(StGlobalVar) in DEF_CALL_SIGNATURE()
497 CallSignature signature("StGlobalVar", 0, 5, ArgumentsOrder::DEFAULT_ORDER, VariableType::JS_ANY()); in DEF_CALL_SIGNATURE()
H A Dslowpath_lowering.cpp1003 LowerCallStubWithIC(gate, CommonStubCSigns::StGlobalVar, { id, value }); in LowerStGlobalVar()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h349 V(StGlobalVar) \
H A Druntime_stubs.cpp2139 DEF_RUNTIME_STUBS(StGlobalVar) in DEF_RUNTIME_STUBS()
2141 RUNTIME_STUBS_HEADER(StGlobalVar); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h143 static JSTaggedValue StGlobalVar(JSThread *thread, JSTaggedValue prop, JSTaggedValue value);
H A Dslow_runtime_stub.cpp878 JSTaggedValue SlowRuntimeStub::StGlobalVar(JSThread *thread, JSTaggedValue prop, JSTaggedValue value) in StGlobalVar() function in panda::ecmascript::SlowRuntimeStub
880 INTERPRETER_TRACE(thread, StGlobalVar); in StGlobalVar()
H A Dinterpreter-inl.cpp2813 JSTaggedValue res = SlowRuntimeStub::StGlobalVar(thread, propKey, value); in RunInternal()
3124 JSTaggedValue res = SlowRuntimeStub::StGlobalVar(thread, prop, value); in RunInternal()
6694 JSTaggedValue res = SlowRuntimeStub::StGlobalVar(thread, propKey, value); in RunInternal()
H A Dinterpreter_assembly.cpp2441 JSTaggedValue res = SlowRuntimeStub::StGlobalVar(thread, propKey, value);
2710 JSTaggedValue res = SlowRuntimeStub::StGlobalVar(thread, prop, value);
5595 JSTaggedValue res = SlowRuntimeStub::StGlobalVar(thread, propKey, value);
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h199 V(StGlobalVar) \
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddebugger_api.cpp419 result = SlowRuntimeStub::StGlobalVar(thread, key, newVal); in SetGlobalValue()

Completed in 49 milliseconds