Home
last modified time | relevance | path

Searched refs:TryUpdateGlobalRecord (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h347 V(TryUpdateGlobalRecord) \
H A Druntime_stubs.cpp2108 DEF_RUNTIME_STUBS(TryUpdateGlobalRecord) in DEF_RUNTIME_STUBS()
2110 RUNTIME_STUBS_HEADER(TryUpdateGlobalRecord); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_runtime.cpp364 SlowRuntimeStub::TryUpdateGlobalRecord(thread_, key.GetTaggedValue(), value.GetTaggedValue()); in StoreMiss()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h146 static JSTaggedValue TryUpdateGlobalRecord(JSThread *thread, JSTaggedValue prop, JSTaggedValue value);
H A Dslow_runtime_stub.cpp888 JSTaggedValue SlowRuntimeStub::TryUpdateGlobalRecord(JSThread *thread, JSTaggedValue prop, JSTaggedValue value) in TryUpdateGlobalRecord() function in panda::ecmascript::SlowRuntimeStub
890 INTERPRETER_TRACE(thread, TryUpdateGlobalRecord); in TryUpdateGlobalRecord()
H A Dinterpreter-inl.cpp2798 JSTaggedValue res = SlowRuntimeStub::TryUpdateGlobalRecord(thread, propKey, value); in RunInternal()
6679 JSTaggedValue res = SlowRuntimeStub::TryUpdateGlobalRecord(thread, propKey, value); in RunInternal()
H A Dinterpreter_assembly.cpp2429 JSTaggedValue res = SlowRuntimeStub::TryUpdateGlobalRecord(thread, propKey, value);
5583 JSTaggedValue res = SlowRuntimeStub::TryUpdateGlobalRecord(thread, propKey, value);
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Daccess_object_stub_builder.cpp454 result = CallRuntime(glue, RTSTUB_ID(TryUpdateGlobalRecord), { propKey, value }); in TryStoreGlobalByName()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h200 V(TryUpdateGlobalRecord) \
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddebugger_api.cpp413 result = SlowRuntimeStub::TryUpdateGlobalRecord(thread, key, newVal); in SetGlobalValue()

Completed in 41 milliseconds