Home
last modified time | relevance | path

Searched refs:StoreGlobalICByName (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_runtime_stub.h29 static inline JSTaggedValue StoreGlobalICByName(JSThread *thread, ProfileTypeInfo *profileTypeInfo,
H A Dic_runtime_stub-inl.h55 JSTaggedValue ICRuntimeStub::StoreGlobalICByName(JSThread *thread, ProfileTypeInfo *profileTypeInfo, in StoreGlobalICByName() function in panda::ecmascript::ICRuntimeStub
59 INTERPRETER_TRACE(thread, StoreGlobalICByName); in StoreGlobalICByName()
/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_runtime_stub_test.cpp95 HWTEST_F_L0(ICRuntimeStubTest, StoreGlobalICByName) in HWTEST_F_L0()
113 ICRuntimeStub::StoreGlobalICByName(thread, *handleProfileTypeInfo, JSTaggedValue::Undefined(), in HWTEST_F_L0()
121 ICRuntimeStub::StoreGlobalICByName(thread, *handleProfileTypeInfo, globalValue.GetTaggedValue(), in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h150 V(StoreGlobalICByName) \
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp2782 JSTaggedValue res = ICRuntimeStub::StoreGlobalICByName(thread, in RunInternal()
3113 JSTaggedValue res = ICRuntimeStub::StoreGlobalICByName(thread, in RunInternal()
6663 JSTaggedValue res = ICRuntimeStub::StoreGlobalICByName(thread, in RunInternal()
H A Dinterpreter_assembly.cpp2413 JSTaggedValue res = ICRuntimeStub::StoreGlobalICByName(thread,
2699 JSTaggedValue res = ICRuntimeStub::StoreGlobalICByName(thread,
5567 JSTaggedValue res = ICRuntimeStub::StoreGlobalICByName(thread,

Completed in 34 milliseconds