Searched refs:StGlobalVar (Results 1 - 13 of 13) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | common_stub_csigns.h | 66 V(StGlobalVar) \
|
H A D | access_object_stub_builder.cpp | 466 result = CallRuntime(glue, RTSTUB_ID(StGlobalVar), { propKey, value }); in TryStoreGlobalByName() 549 result = CallRuntime(glue, RTSTUB_ID(StGlobalVar), { propKey, value }); in StoreGlobalVar()
|
H A D | call_signature.h | 398 V(StGlobalVar) \
|
H A D | call_signature.cpp | 494 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 D | slowpath_lowering.cpp | 1003 LowerCallStubWithIC(gate, CommonStubCSigns::StGlobalVar, { id, value }); in LowerStGlobalVar()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 349 V(StGlobalVar) \
|
H A D | runtime_stubs.cpp | 2139 DEF_RUNTIME_STUBS(StGlobalVar) in DEF_RUNTIME_STUBS() 2141 RUNTIME_STUBS_HEADER(StGlobalVar); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.h | 143 static JSTaggedValue StGlobalVar(JSThread *thread, JSTaggedValue prop, JSTaggedValue value);
|
H A D | slow_runtime_stub.cpp | 878 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 D | interpreter-inl.cpp | 2813 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 D | interpreter_assembly.cpp | 2441 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 D | runtime_call_id.h | 199 V(StGlobalVar) \
|
/arkcompiler/ets_runtime/ecmascript/debugger/ |
H A D | debugger_api.cpp | 419 result = SlowRuntimeStub::StGlobalVar(thread, key, newVal); in SetGlobalValue()
|
Completed in 49 milliseconds