Searched refs:TryUpdateGlobalRecord (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 347 V(TryUpdateGlobalRecord) \
|
H A D | runtime_stubs.cpp | 2108 DEF_RUNTIME_STUBS(TryUpdateGlobalRecord) in DEF_RUNTIME_STUBS() 2110 RUNTIME_STUBS_HEADER(TryUpdateGlobalRecord); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
H A D | ic_runtime.cpp | 364 SlowRuntimeStub::TryUpdateGlobalRecord(thread_, key.GetTaggedValue(), value.GetTaggedValue()); in StoreMiss()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.h | 146 static JSTaggedValue TryUpdateGlobalRecord(JSThread *thread, JSTaggedValue prop, JSTaggedValue value);
|
H A D | slow_runtime_stub.cpp | 888 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 D | interpreter-inl.cpp | 2798 JSTaggedValue res = SlowRuntimeStub::TryUpdateGlobalRecord(thread, propKey, value); in RunInternal() 6679 JSTaggedValue res = SlowRuntimeStub::TryUpdateGlobalRecord(thread, propKey, value); in RunInternal()
|
H A D | interpreter_assembly.cpp | 2429 JSTaggedValue res = SlowRuntimeStub::TryUpdateGlobalRecord(thread, propKey, value); 5583 JSTaggedValue res = SlowRuntimeStub::TryUpdateGlobalRecord(thread, propKey, value);
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | access_object_stub_builder.cpp | 454 result = CallRuntime(glue, RTSTUB_ID(TryUpdateGlobalRecord), { propKey, value }); in TryStoreGlobalByName()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 200 V(TryUpdateGlobalRecord) \
|
/arkcompiler/ets_runtime/ecmascript/debugger/ |
H A D | debugger_api.cpp | 413 result = SlowRuntimeStub::TryUpdateGlobalRecord(thread, key, newVal); in SetGlobalValue()
|
Completed in 41 milliseconds